#776E1F

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

Shades of Olivetone #776E1F

Tints of Olivetone #776E1F

Color information

#776E1F (or 0x776E1F) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 1F. RGB value is (119,110,31). Sum of RGB (Red+Green+Blue) = 119+110+31=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #776E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E1F is #8891E0. Grayscale: #686868. Windows color (decimal): -8950241 or 2059895. OLE color: 2059895.

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

Color convert

RGB11911031-
CMYK00.080.740.53
HSL53.86º58.67%29.41%-
HSV(B)53.86º73.95%46.67%-
XYZ13.4315.173.52-
YUV103.6886.98138.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=45.77%
G=42.31%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191103100.080.740.5353.8658.6729.41
Hex776E1F084A35363b1d
Octal1671563701011265667335
Binary111011111011101111101000100101011010111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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