#76772C

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

Shades of Crete #76772C

Tints of Crete #76772C

Color information

#76772C (or 0x76772C) is unknown color: approx Crete. HEX triplet: 76, 77 and 2C. RGB value is (118,119,44). Sum of RGB (Red+Green+Blue) = 118+119+44=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #76772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772C is #8988D3. Grayscale: #6E6E6E. Windows color (decimal): -9013460 or 2914166. OLE color: 2914166.

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

Color convert

RGB11811944-
CMYK0.0100.630.53
HSL60.8º46.01%31.96%-
HSV(B)60.8º63.03%46.67%-
XYZ14.5217.234.94-
YUV110.1590.67133.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=41.99%
G=42.35%
B=15.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119440.0100.630.5360.846.0131.96
Hex76772C103F353d2e20
Octal16616754107765755640
Binary1110110111011110110010111111110101111101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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