#776D1D

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

Shades of Olivetone #776D1D

Tints of Olivetone #776D1D

Color information

#776D1D (or 0x776D1D) is unknown color: approx Olivetone. HEX triplet: 77, 6D and 1D. RGB value is (119,109,29). Sum of RGB (Red+Green+Blue) = 119+109+29=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #776D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D1D is #8892E2. Grayscale: #676767. Windows color (decimal): -8950499 or 1928567. OLE color: 1928567.

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

Color convert

RGB11910929-
CMYK00.080.760.53
HSL53.33º60.81%29.02%-
HSV(B)53.33º75.63%46.67%-
XYZ13.314.953.35-
YUV102.8786.31139.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=46.30%
G=42.41%
B=11.28%

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
Decimal1191092900.080.760.5353.3360.8129.02
Hex776D1D084C35353d1d
Octal1671553501011465657535
Binary111011111011011110101000100110011010111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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