#747039

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

Shades of Crete #747039

Tints of Crete #747039

Color information

#747039 (or 0x747039) is unknown color: approx Crete. HEX triplet: 74, 70 and 39. RGB value is (116,112,57). Sum of RGB (Red+Green+Blue) = 116+112+57=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #747039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747039 is #8B8FC6. Grayscale: #6B6B6B. Windows color (decimal): -9146311 or 3764340. OLE color: 3764340.

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

Color convert

RGB11611257-
CMYK00.030.510.55
HSL55.93º34.1%33.92%-
HSV(B)55.93º50.86%45.49%-
XYZ13.7415.66.16-
YUV106.9399.83134.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 57 (22.66% from 255) = 20%
R=40.70%
G=39.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161125700.030.510.5555.9334.133.92
Hex747039033337382222
Octal16416071036367704242
Binary11101001110000111001011110011110111111000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747039; }

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

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

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

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

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

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

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

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