Color Hex Logo

#765000 Color Hex

#765000
(118,80,0)
0 Favorites   0 Comments

Color spaces of #765000

RGB 118800
HSL0.111.000.23
HSV41°100°46°
CMYK 0.000.321.00   0.54
XYZ10.33999.58891.3059
Yxy9.58890.48690.4516
Hunter Lab30.96595.412919.1758
CIE-Lab37.09439.832745.7614

#765000 color RGB value is (118,80,0).

#765000 hex color red value is 118, green value is 80 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #765000 hue: 0.11 , saturation: 1.00 and the lightness value of 765000 is 0.23.

The process color (four color CMYK) of #765000 color hex is 0.00, 0.32, 1.00, 0.54. Web safe color of #765000 is #666600. Color #765000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 00000000
Octal 166 120 0
Decimal 118 80 0
Hex 76 50 0

RGB Percentages of Color #765000

%59.60
%40.40
%0.00

CMYK Percentages of Color #765000

%0
%32
%100
%54

Triadic Colors of #765000

#765000 #007650 #500076

Analogous Colors of #765000

#765000 #617600 #761500

Monochromatic Colors of #765000

#765000

Complementary Color

#765000 #002676

#765000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765000 Color CSS Codes

.mybgcolor {background-color:#765000; } 
.myforecolor {color:#765000; }
.mybordercolor {border:3px solid #765000; }

#765000 Text Font Color

<p style="color:#765000">Text here</p>

This sample text font color is #765000
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#765000 Background Color

<div style="background-color:#765000">
Div content here</div>

This div background color is #765000


#765000 Border Color

<div style="border:3px solid #765000">
Div here</div>

This div border color is #765000


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,80,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765000; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765000;
  -webkit-box-shadow: 1px 1px 3px 2px #765000;
  box-shadow:         1px 1px 3px 2px #765000; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,80,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #765000">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #765000;
  -webkit-box-shadow: 1px 1px 3px 2px #765000;
  box-shadow:         1px 1px 3px 2px #765000;">
Div content here</div>

This div box has shadow with color #765000


Comments

No comments written yet.

Please login to write comment.