#77751E

Color #77751E Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #77751E

Tints of Olivetone #77751E

Color information

#77751E (or 0x77751E) is unknown color: approx Olivetone. HEX triplet: 77, 75 and 1E. RGB value is (119,117,30). Sum of RGB (Red+Green+Blue) = 119+117+30=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751E is #888AE1. Grayscale: #6C6C6C. Windows color (decimal): -8948450 or 1996151. OLE color: 1996151.

HSL color Cylindrical-coordinate representation of color #77751E: hue angle of 58.65º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77751E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB11911730-
CMYK00.020.750.53
HSL58.65º59.73%29.22%-
HSV(B)58.65º74.79%46.67%-
XYZ14.216.743.71-
YUV107.6884.16136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=44.74%
G=43.98%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191173000.020.750.5358.6559.7329.22
Hex77751E024B353b3c1d
Octal167165360211365737435
Binary1110111111010111110010100101111010111101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77751E; }

 p { color: rgb(119,117,30); }

 H1.HeaderClassName
 {
   color: #77751E;
 }
 .AnyTagClassName
 {
   color: #77751E;
 }
</style>
background-color css

<style>
 a { background-color: #77751E; }

 a { background-color: rgb(119,117,30); }

 div.DivClassName
 {
   background-color: #77751E;
 }
 .BgClassName
 {
   background-color: #77751E;
 }
</style>
border-color css

<style>
 span { border-color: #77751E; }

 span { border-color: rgb(119,117,30); }

 td.TdClassName
 {
   border-color: #77751E;
 }
 .TagClassName
 {
   border-color: #77751E;
 }
</style>