#75715A

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

Shades of Flint #75715A

Tints of Flint #75715A

Color information

#75715A (or 0x75715A) is unknown color: approx Flint. HEX triplet: 75, 71 and 5A. RGB value is (117,113,90). Sum of RGB (Red+Green+Blue) = 117+113+90=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #75715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75715A is #8A8EA5. Grayscale: #6F6F6F. Windows color (decimal): -9080486 or 5927285. OLE color: 5927285.

HSL color Cylindrical-coordinate representation of color #75715A: hue angle of 51.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75715A is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11711390-
CMYK00.030.230.54
HSL51.11º13.04%40.59%-
HSV(B)51.11º23.08%45.88%-
XYZ15.0916.3312.03-
YUV111.57115.83131.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=36.56%
G=35.31%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171139000.030.230.5451.1113.0440.59
Hex75715A03173633d29
Octal165161132032766631551
Binary111010111100011011010011101111101101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75715A; }

 p { color: rgb(117,113,90); }

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

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

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

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

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

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

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