#76772B

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

Shades of Olivetone #76772B

Tints of Olivetone #76772B

Color information

#76772B (or 0x76772B) is unknown color: approx Olivetone. HEX triplet: 76, 77 and 2B. RGB value is (118,119,43). Sum of RGB (Red+Green+Blue) = 118+119+43=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #76772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772B is #8988D4. Grayscale: #6E6E6E. Windows color (decimal): -9013461 or 2848630. OLE color: 2848630.

HSL color Cylindrical-coordinate representation of color #76772B: hue angle of 60.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76772B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11811943-
CMYK0.0100.640.53
HSL60.79º46.91%31.76%-
HSV(B)60.79º63.87%46.67%-
XYZ14.517.224.84-
YUV110.0490.17133.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=42.14%
G=42.5%
B=15.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119430.0100.640.5360.7946.9131.76
Hex76772B1040353d2f20
Octal166167531010065755740
Binary11101101110111101011101000000110101111101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,119,43); }

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

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

 a { background-color: rgb(118,119,43); }

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

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

 span { border-color: rgb(118,119,43); }

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