#757435

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

Shades of Crete #757435

Tints of Crete #757435

Color information

#757435 (or 0x757435) is unknown color: approx Crete. HEX triplet: 75, 74 and 35. RGB value is (117,116,53). Sum of RGB (Red+Green+Blue) = 117+116+53=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #757435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757435 is #8A8BCA. Grayscale: #6D6D6D. Windows color (decimal): -9079755 or 3503221. OLE color: 3503221.

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

Color convert

RGB11711653-
CMYK00.010.550.54
HSL59.06º37.65%33.33%-
HSV(B)59.06º54.7%45.88%-
XYZ14.2216.535.81-
YUV109.1296.33133.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=40.91%
G=40.56%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171165300.010.550.5459.0637.6533.33
Hex7574350137363b2621
Octal16516465016766734641
Binary1110101111010011010101110111110110111011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757435; }

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

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

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

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

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

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

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

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