#757037

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

Shades of Crete #757037

Tints of Crete #757037

Color information

#757037 (or 0x757037) is unknown color: approx Crete. HEX triplet: 75, 70 and 37. RGB value is (117,112,55). Sum of RGB (Red+Green+Blue) = 117+112+55=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #757037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757037 is #8A8FC8. Grayscale: #6B6B6B. Windows color (decimal): -9080777 or 3633269. OLE color: 3633269.

HSL color Cylindrical-coordinate representation of color #757037: hue angle of 55.16º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757037 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB11711255-
CMYK00.040.530.54
HSL55.16º36.05%33.73%-
HSV(B)55.16º52.99%45.88%-
XYZ13.8215.655.91-
YUV10798.66135.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=41.20%
G=39.44%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171125500.040.530.5455.1636.0533.73
Hex757037043536372422
Octal16516067046566674442
Binary111010111100001101110100110101110110110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757037; }

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

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

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

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

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

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

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

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