#757233

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

Shades of Crete #757233

Tints of Crete #757233

Color information

#757233 (or 0x757233) is unknown color: approx Crete. HEX triplet: 75, 72 and 33. RGB value is (117,114,51). Sum of RGB (Red+Green+Blue) = 117+114+51=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #757233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757233 is #8A8DCC. Grayscale: #6B6B6B. Windows color (decimal): -9080269 or 3371637. OLE color: 3371637.

HSL color Cylindrical-coordinate representation of color #757233: hue angle of 57.27º 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 #757233 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB11711451-
CMYK00.030.560.54
HSL57.27º39.29%32.94%-
HSV(B)57.27º56.41%45.88%-
XYZ13.9516.065.5-
YUV107.7195.99134.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=41.49%
G=40.43%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171145100.030.560.5457.2739.2932.94
Hex757233033836392721
Octal16516263037066714741
Binary11101011110010110011011111000110110111001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757233; }

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

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

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

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

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

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

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

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