#75732F

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

Shades of Crete #75732F

Tints of Crete #75732F

Color information

#75732F (or 0x75732F) is unknown color: approx Crete. HEX triplet: 75, 73 and 2F. RGB value is (117,115,47). Sum of RGB (Red+Green+Blue) = 117+115+47=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732F is #8A8CD0. Grayscale: #6C6C6C. Windows color (decimal): -9080017 or 3109749. OLE color: 3109749.

HSL color Cylindrical-coordinate representation of color #75732F: hue angle of 58.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75732F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11711547-
CMYK00.020.600.54
HSL58.29º42.68%32.16%-
HSV(B)58.29º59.83%45.88%-
XYZ13.9816.255.09-
YUV107.8593.66134.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=41.94%
G=41.22%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171154700.020.600.5458.2942.6832.16
Hex75732F023C363a2b20
Octal16516357027466725340
Binary11101011110011101111010111100110110111010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75732F; }

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

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

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

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

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

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

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

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