#757632

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

Shades of Crete #757632

Tints of Crete #757632

Color information

#757632 (or 0x757632) is unknown color: approx Crete. HEX triplet: 75, 76 and 32. RGB value is (117,118,50). Sum of RGB (Red+Green+Blue) = 117+118+50=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #757632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757632 is #8A89CD. Grayscale: #6E6E6E. Windows color (decimal): -9079246 or 3307125. OLE color: 3307125.

HSL color Cylindrical-coordinate representation of color #757632: hue angle of 60.88º degrees, saturation: 0.4, 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 #757632 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB11711850-
CMYK0.0100.580.54
HSL60.88º40.48%32.94%-
HSV(B)60.88º57.63%46.27%-
XYZ14.3916.975.53-
YUV109.9594.17133.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=41.05%
G=41.40%
B=17.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118500.0100.580.5460.8840.4832.94
Hex757632103A363d2821
Octal16516662107266755041
Binary1110101111011011001010111010110110111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757632; }

 p { color: rgb(117,118,50); }

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

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

 a { background-color: rgb(117,118,50); }

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

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

 span { border-color: rgb(117,118,50); }

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