#75705D

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

Shades of Flint #75705D

Tints of Flint #75705D

Color information

#75705D (or 0x75705D) is unknown color: approx Flint. HEX triplet: 75, 70 and 5D. RGB value is (117,112,93). Sum of RGB (Red+Green+Blue) = 117+112+93=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #75705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705D is #8A8FA2. Grayscale: #6F6F6F. Windows color (decimal): -9080739 or 6123637. OLE color: 6123637.

HSL color Cylindrical-coordinate representation of color #75705D: hue angle of 47.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75705D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11711293-
CMYK00.040.210.54
HSL47.5º11.43%41.18%-
HSV(B)47.5º20.51%45.88%-
XYZ15.1116.1612.68-
YUV111.33117.66132.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=36.34%
G=34.78%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171129300.040.210.5447.511.4341.18
Hex75705D04153630b29
Octal165160135042566601351
Binary1110101111000010111010100101011101101100001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75705D; }

 p { color: rgb(117,112,93); }

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

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

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

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

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

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

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