#76752C

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

Shades of Crete #76752C

Tints of Crete #76752C

Color information

#76752C (or 0x76752C) is unknown color: approx Crete. HEX triplet: 76, 75 and 2C. RGB value is (118,117,44). Sum of RGB (Red+Green+Blue) = 118+117+44=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752C is #898AD3. Grayscale: #6D6D6D. Windows color (decimal): -9013972 or 2913654. OLE color: 2913654.

HSL color Cylindrical-coordinate representation of color #76752C: hue angle of 59.19º 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 #76752C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11811744-
CMYK00.010.630.54
HSL59.19º45.68%31.76%-
HSV(B)59.19º62.71%46.27%-
XYZ14.2916.764.86-
YUV108.9891.33134.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=42.29%
G=41.94%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181174400.010.630.5459.1945.6831.76
Hex76752C013F363b2e20
Octal16616554017766735640
Binary1110110111010110110001111111110110111011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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