#76752D

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

Shades of Crete #76752D

Tints of Crete #76752D

Color information

#76752D (or 0x76752D) is unknown color: approx Crete. HEX triplet: 76, 75 and 2D. RGB value is (118,117,45). Sum of RGB (Red+Green+Blue) = 118+117+45=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752D is #898AD2. Grayscale: #6D6D6D. Windows color (decimal): -9013971 or 2979190. OLE color: 2979190.

HSL color Cylindrical-coordinate representation of color #76752D: hue angle of 59.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76752D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11811745-
CMYK00.010.620.54
HSL59.18º44.79%31.96%-
HSV(B)59.18º61.86%46.27%-
XYZ14.3116.764.96-
YUV109.0991.83134.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=42.14%
G=41.79%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181174500.010.620.5459.1844.7931.96
Hex76752D013E363b2d20
Octal16616555017666735540
Binary1110110111010110110101111110110110111011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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