#77792A

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

Shades of Olivetone #77792A

Tints of Olivetone #77792A

Color information

#77792A (or 0x77792A) is unknown color: approx Olivetone. HEX triplet: 77, 79 and 2A. RGB value is (119,121,42). Sum of RGB (Red+Green+Blue) = 119+121+42=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #77792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77792A is #8886D5. Grayscale: #6F6F6F. Windows color (decimal): -8947414 or 2783607. OLE color: 2783607.

HSL color Cylindrical-coordinate representation of color #77792A: hue angle of 61.52º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77792A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11912142-
CMYK0.0200.650.53
HSL61.52º48.47%31.96%-
HSV(B)61.52º65.29%47.45%-
XYZ14.8617.764.84-
YUV111.488.84133.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=42.20%
G=42.91%
B=14.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121420.0200.650.5361.5248.4731.96
Hex77792A2041353e3020
Octal167171522010165766040
Binary111011111110011010101001000001110101111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77792A; }

 p { color: rgb(119,121,42); }

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

<style>
 a { background-color: #77792A; }

 a { background-color: rgb(119,121,42); }

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

<style>
 span { border-color: #77792A; }

 span { border-color: rgb(119,121,42); }

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