#77741B

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

Shades of Olivetone #77741B

Tints of Olivetone #77741B

Color information

#77741B (or 0x77741B) is unknown color: approx Olivetone. HEX triplet: 77, 74 and 1B. RGB value is (119,116,27). Sum of RGB (Red+Green+Blue) = 119+116+27=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77741B is #888BE4. Grayscale: #6B6B6B. Windows color (decimal): -8948709 or 1799287. OLE color: 1799287.

HSL color Cylindrical-coordinate representation of color #77741B: hue angle of 58.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77741B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11911627-
CMYK00.030.770.53
HSL58.04º63.01%28.63%-
HSV(B)58.04º77.31%46.67%-
XYZ14.0516.493.48-
YUV106.7582.99136.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=45.42%
G=44.27%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191162700.030.770.5358.0463.0128.63
Hex77741B034D353a3f1d
Octal167164330311565727735
Binary1110111111010011011011100110111010111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77741B; }

 p { color: rgb(119,116,27); }

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

<style>
 a { background-color: #77741B; }

 a { background-color: rgb(119,116,27); }

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

<style>
 span { border-color: #77741B; }

 span { border-color: rgb(119,116,27); }

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