#776E1D

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

Shades of Olivetone #776E1D

Tints of Olivetone #776E1D

Color information

#776E1D (or 0x776E1D) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 1D. RGB value is (119,110,29). Sum of RGB (Red+Green+Blue) = 119+110+29=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1D is #8891E2. Grayscale: #676767. Windows color (decimal): -8950243 or 1928823. OLE color: 1928823.

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

Color convert

RGB11911029-
CMYK00.080.760.53
HSL54º60.81%29.02%-
HSV(B)54º75.63%46.67%-
XYZ13.4115.163.38-
YUV103.4685.98139.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=46.12%
G=42.64%
B=11.24%

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
Decimal1191102900.080.760.535460.8129.02
Hex776E1D084C35363d1d
Octal1671563501011465667535
Binary111011111011101110101000100110011010111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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