Html Css Color HEX #757160 Flint

📋 copy color: '#757160'

red 117 ◦ green 113 ◦ blue 96

#757160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #757160

Tints of Flint #757160

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 35.89%
G = 34.66%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#757160 (or 0x757160) is known color: Flint. HEX triplet: 75, 71 and 60. RGB value is (117,113,96). Sum of RGB (Red+Green+Blue) = 117+113+96=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #757160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757160 is #8A8E9F. Grayscale: #707070. Windows color (decimal): -9080480 or 6320501. OLE color: 6320501.

HSL color Cylindrical-coordinate representation of color #757160: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757160 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 96 -
CMYK 0 0.03 0.18 0.54
HSL 48.57º 0.1% 0.42% -
HSV(B) 48.57º 0.18% 0.46% -
XYZ 15.35 16.44 13.43 -
YUV 112.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 117 113 96 0 0.03 0.18 0.54 48.57 0.1 0.42
Hex 75 71 60 0 3 12 36 31 A 2A
Octal 165 161 140 0 3 22 66 61 12 52
Binary 1110101 1110001 1100000 0 11 10010 110110 110001 1010 101010

Color Harmonies of #757160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757160

Black with #757160

Text Example


Text Example

White with #757160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757160; }

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

 H1.HeaderClassName
 {
   color: #757160;
 }
 .AnyTagClassName
 {
   color: #757160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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