#75702C

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

Shades of Crete #75702C

Tints of Crete #75702C

Color information

#75702C (or 0x75702C) is unknown color: approx Crete. HEX triplet: 75, 70 and 2C. RGB value is (117,112,44). Sum of RGB (Red+Green+Blue) = 117+112+44=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702C is #8A8FD3. Grayscale: #6A6A6A. Windows color (decimal): -9080788 or 2912373. OLE color: 2912373.

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

Color convert

RGB11711244-
CMYK00.040.620.54
HSL55.89º45.34%31.57%-
HSV(B)55.89º62.39%45.88%-
XYZ13.5815.554.67-
YUV105.7493.16136.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=42.86%
G=41.03%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171124400.040.620.5455.8945.3431.57
Hex75702C043E36382d20
Octal16516054047666705540
Binary111010111100001011000100111110110110111000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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