#776D1C

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

Shades of Olivetone #776D1C

Tints of Olivetone #776D1C

Color information

#776D1C (or 0x776D1C) is unknown color: approx Olivetone. HEX triplet: 77, 6D and 1C. RGB value is (119,109,28). Sum of RGB (Red+Green+Blue) = 119+109+28=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #776D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D1C is #8892E3. Grayscale: #676767. Windows color (decimal): -8950500 or 1863031. OLE color: 1863031.

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

Color convert

RGB11910928-
CMYK00.080.760.53
HSL53.41º61.9%28.82%-
HSV(B)53.41º76.47%46.67%-
XYZ13.2914.943.28-
YUV102.7685.81139.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=46.48%
G=42.58%
B=10.94%

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
Decimal1191092800.080.760.5353.4161.928.82
Hex776D1C084C35353e1d
Octal1671553401011465657635
Binary111011111011011110001000100110011010111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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