#776C1E

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

Shades of Olivetone #776C1E

Tints of Olivetone #776C1E

Color information

#776C1E (or 0x776C1E) is unknown color: approx Olivetone. HEX triplet: 77, 6C and 1E. RGB value is (119,108,30). Sum of RGB (Red+Green+Blue) = 119+108+30=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C1E is #8893E1. Grayscale: #666666. Windows color (decimal): -8950754 or 1993847. OLE color: 1993847.

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

Color convert

RGB11910830-
CMYK00.090.750.53
HSL52.58º59.73%29.22%-
HSV(B)52.58º74.79%46.67%-
XYZ13.214.743.38-
YUV102.487.14139.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=46.30%
G=42.02%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191083000.090.750.5352.5859.7329.22
Hex776C1E094B35353c1d
Octal1671543601111365657435
Binary111011111011001111001001100101111010111010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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