#776E1C

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

Shades of Olivetone #776E1C

Tints of Olivetone #776E1C

Color information

#776E1C (or 0x776E1C) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 1C. RGB value is (119,110,28). Sum of RGB (Red+Green+Blue) = 119+110+28=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1C is #8891E3. Grayscale: #676767. Windows color (decimal): -8950244 or 1863287. OLE color: 1863287.

HSL color Cylindrical-coordinate representation of color #776E1C: hue angle of 54.07º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #776E1C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11911028-
CMYK00.080.760.53
HSL54.07º61.9%28.82%-
HSV(B)54.07º76.47%46.67%-
XYZ13.3915.163.32-
YUV103.3485.48139.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=46.30%
G=42.80%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191102800.080.760.5354.0761.928.82
Hex776E1C084C35363e1d
Octal1671563401011465667635
Binary111011111011101110001000100110011010111011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,28); }

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

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

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

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

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

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

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