#757534

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

Shades of Crete #757534

Tints of Crete #757534

Color information

#757534 (or 0x757534) is unknown color: approx Crete. HEX triplet: 75, 75 and 34. RGB value is (117,117,52). Sum of RGB (Red+Green+Blue) = 117+117+52=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757534 is #8A8ACB. Grayscale: #6D6D6D. Windows color (decimal): -9079500 or 3437941. OLE color: 3437941.

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

Color convert

RGB11711752-
CMYK000.560.54
HSL60º38.46%33.14%-
HSV(B)60º55.56%45.88%-
XYZ14.3216.755.73-
YUV109.5995.5133.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=40.91%
G=40.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711752000.560.546038.4633.14
Hex7575340038363c2621
Octal16516564007066744641
Binary1110101111010111010000111000110110111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757534; }

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

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

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

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

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

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

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

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