#776B1C

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

Shades of Olivetone #776B1C

Tints of Olivetone #776B1C

Color information

#776B1C (or 0x776B1C) is unknown color: approx Olivetone. HEX triplet: 77, 6B and 1C. RGB value is (119,107,28). Sum of RGB (Red+Green+Blue) = 119+107+28=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B1C is #8894E3. Grayscale: #656565. Windows color (decimal): -8951012 or 1862519. OLE color: 1862519.

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

Color convert

RGB11910728-
CMYK00.100.760.53
HSL52.09º61.9%28.82%-
HSV(B)52.09º76.47%46.67%-
XYZ13.0814.523.21-
YUV101.5886.48140.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=46.85%
G=42.13%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191072800.100.760.5352.0961.928.82
Hex776B1C0A4C35343e1d
Octal1671533401211465647635
Binary111011111010111110001010100110011010111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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