#75725E

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

Shades of Flint #75725E

Tints of Flint #75725E

Color information

#75725E (or 0x75725E) is unknown color: approx Flint. HEX triplet: 75, 72 and 5E. RGB value is (117,114,94). Sum of RGB (Red+Green+Blue) = 117+114+94=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75725E is #8A8DA1. Grayscale: #707070. Windows color (decimal): -9080226 or 6189685. OLE color: 6189685.

HSL color Cylindrical-coordinate representation of color #75725E: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75725E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11711494-
CMYK00.030.200.54
HSL52.17º10.9%41.37%-
HSV(B)52.17º19.66%45.88%-
XYZ15.3716.6212.99-
YUV112.62117.49131.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=36%
G=35.08%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171149400.030.200.5452.1710.941.37
Hex75725E03143634b29
Octal165162136032466641351
Binary111010111100101011110011101001101101101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75725E; }

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

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

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

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

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

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

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

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