#77771E

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

Shades of Olivetone #77771E

Tints of Olivetone #77771E

Color information

#77771E (or 0x77771E) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 1E. RGB value is (119,119,30). Sum of RGB (Red+Green+Blue) = 119+119+30=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77771E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77771E is #8888E1. Grayscale: #6D6D6D. Windows color (decimal): -8947938 or 1996663. OLE color: 1996663.

HSL color Cylindrical-coordinate representation of color #77771E: hue angle of 60º 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 #77771E is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB11911930-
CMYK000.750.53
HSL60º59.73%29.22%-
HSV(B)60º74.79%46.67%-
XYZ14.4417.213.79-
YUV108.8583.5135.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=44.40%
G=44.40%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911930000.750.536059.7329.22
Hex77771E004B353c3c1d
Octal167167360011365747435
Binary111011111101111111000100101111010111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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