#776F1F

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

Shades of Olivetone #776F1F

Tints of Olivetone #776F1F

Color information

#776F1F (or 0x776F1F) is unknown color: approx Olivetone. HEX triplet: 77, 6F and 1F. RGB value is (119,111,31). Sum of RGB (Red+Green+Blue) = 119+111+31=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F1F is #8890E0. Grayscale: #686868. Windows color (decimal): -8949985 or 2060151. OLE color: 2060151.

HSL color Cylindrical-coordinate representation of color #776F1F: hue angle of 54.55º 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 #776F1F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11911131-
CMYK00.070.740.53
HSL54.55º58.67%29.41%-
HSV(B)54.55º73.95%46.67%-
XYZ13.5415.393.55-
YUV104.2786.65138.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=45.59%
G=42.53%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191113100.070.740.5354.5558.6729.41
Hex776F1F074A35373b1d
Octal167157370711265677335
Binary11101111101111111110111100101011010111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F1F; }

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

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

<style>
 a { background-color: #776F1F; }

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

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

<style>
 span { border-color: #776F1F; }

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

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