#757431

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

Shades of Crete #757431

Tints of Crete #757431

Color information

#757431 (or 0x757431) is unknown color: approx Crete. HEX triplet: 75, 74 and 31. RGB value is (117,116,49). Sum of RGB (Red+Green+Blue) = 117+116+49=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #757431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757431 is #8A8BCE. Grayscale: #6C6C6C. Windows color (decimal): -9079759 or 3241077. OLE color: 3241077.

HSL color Cylindrical-coordinate representation of color #757431: hue angle of 59.12º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #757431 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11711649-
CMYK00.010.580.54
HSL59.12º40.96%32.55%-
HSV(B)59.12º58.12%45.88%-
XYZ14.1416.495.34-
YUV108.6694.33133.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=41.49%
G=41.13%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171164900.010.580.5459.1240.9632.55
Hex757431013A363b2921
Octal16516461017266735141
Binary1110101111010011000101111010110110111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757431; }

 p { color: rgb(117,116,49); }

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

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

 a { background-color: rgb(117,116,49); }

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

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

 span { border-color: rgb(117,116,49); }

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