#77701F

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

Shades of Olivetone #77701F

Tints of Olivetone #77701F

Color information

#77701F (or 0x77701F) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 1F. RGB value is (119,112,31). Sum of RGB (Red+Green+Blue) = 119+112+31=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77701F is #888FE0. Grayscale: #696969. Windows color (decimal): -8949729 or 2060407. OLE color: 2060407.

HSL color Cylindrical-coordinate representation of color #77701F: hue angle of 55.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77701F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11911231-
CMYK00.060.740.53
HSL55.23º58.67%29.41%-
HSV(B)55.23º73.95%46.67%-
XYZ13.6515.613.59-
YUV104.8686.32138.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=45.42%
G=42.75%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191123100.060.740.5355.2358.6729.41
Hex77701F064A35373b1d
Octal167160370611265677335
Binary11101111110000111110110100101011010111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77701F; }

 p { color: rgb(119,112,31); }

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

<style>
 a { background-color: #77701F; }

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

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

<style>
 span { border-color: #77701F; }

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

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