#757533

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

Shades of Crete #757533

Tints of Crete #757533

Color information

#757533 (or 0x757533) is unknown color: approx Crete. HEX triplet: 75, 75 and 33. RGB value is (117,117,51). Sum of RGB (Red+Green+Blue) = 117+117+51=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757533 is #8A8ACC. Grayscale: #6D6D6D. Windows color (decimal): -9079501 or 3372405. OLE color: 3372405.

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

Color convert

RGB11711751-
CMYK000.560.54
HSL60º39.29%32.94%-
HSV(B)60º56.41%45.88%-
XYZ14.2916.745.61-
YUV109.4895133.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=41.05%
G=41.05%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711751000.560.546039.2932.94
Hex7575330038363c2721
Octal16516563007066744741
Binary1110101111010111001100111000110110111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757533; }

 p { color: rgb(117,117,51); }

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

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

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

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

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

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

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