#757335

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

Shades of Crete #757335

Tints of Crete #757335

Color information

#757335 (or 0x757335) is unknown color: approx Crete. HEX triplet: 75, 73 and 35. RGB value is (117,115,53). Sum of RGB (Red+Green+Blue) = 117+115+53=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #757335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757335 is #8A8CCA. Grayscale: #6C6C6C. Windows color (decimal): -9080011 or 3502965. OLE color: 3502965.

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

Color convert

RGB11711553-
CMYK00.020.550.54
HSL58.12º37.65%33.33%-
HSV(B)58.12º54.7%45.88%-
XYZ14.1116.35.77-
YUV108.5396.66134.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=41.05%
G=40.35%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171155300.020.550.5458.1237.6533.33
Hex7573350237363a2621
Octal16516365026766724641
Binary11101011110011110101010110111110110111010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757335; }

 p { color: rgb(117,115,53); }

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

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

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

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

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

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

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