#747037

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

Shades of Crete #747037

Tints of Crete #747037

Color information

#747037 (or 0x747037) is unknown color: approx Crete. HEX triplet: 74, 70 and 37. RGB value is (116,112,55). Sum of RGB (Red+Green+Blue) = 116+112+55=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #747037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747037 is #8B8FC8. Grayscale: #6A6A6A. Windows color (decimal): -9146313 or 3633268. OLE color: 3633268.

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

Color convert

RGB11611255-
CMYK00.030.530.55
HSL56.07º35.67%33.53%-
HSV(B)56.07º52.59%45.49%-
XYZ13.6915.585.9-
YUV106.798.83134.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=40.99%
G=39.58%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161125500.030.530.5556.0735.6733.53
Hex747037033537382422
Octal16416067036567704442
Binary11101001110000110111011110101110111111000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747037; }

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

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

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

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

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

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

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

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