#76722C

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

Shades of Crete #76722C

Tints of Crete #76722C

Color information

#76722C (or 0x76722C) is unknown color: approx Crete. HEX triplet: 76, 72 and 2C. RGB value is (118,114,44). Sum of RGB (Red+Green+Blue) = 118+114+44=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76722C is #898DD3. Grayscale: #6B6B6B. Windows color (decimal): -9014740 or 2912886. OLE color: 2912886.

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

Color convert

RGB11811444-
CMYK00.030.630.54
HSL56.76º45.68%31.76%-
HSV(B)56.76º62.71%46.27%-
XYZ13.9416.074.75-
YUV107.2292.33135.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=42.75%
G=41.30%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181144400.030.630.5456.7645.6831.76
Hex76722C033F36392e20
Octal16616254037766715640
Binary11101101110010101100011111111110110111001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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