Html Css Color HEX #757060 Flint

📋 copy color: '#757060'

red 117 ◦ green 112 ◦ blue 96

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

Shades of Flint #757060

Tints of Flint #757060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

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

R = 36%
G = 34.46%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#757060 (or 0x757060) is known color: Flint. HEX triplet: 75, 70 and 60. RGB value is (117,112,96). Sum of RGB (Red+Green+Blue) = 117+112+96=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #757060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757060 is #8A8F9F. Grayscale: #6F6F6F. Windows color (decimal): -9080736 or 6320245. OLE color: 6320245.

HSL color Cylindrical-coordinate representation of color #757060: hue angle of 45.71º 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 #757060 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 96 -
CMYK 0 0.04 0.18 0.54
HSL 45.71º 0.1% 0.42% -
HSV(B) 45.71º 0.18% 0.46% -
XYZ 15.24 16.21 13.39 -
YUV 111.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 117 112 96 0 0.04 0.18 0.54 45.71 0.1 0.42
Hex 75 70 60 0 4 12 36 2E A 2A
Octal 165 160 140 0 4 22 66 56 12 52
Binary 1110101 1110000 1100000 0 100 10010 110110 101110 1010 101010

Color Harmonies of #757060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757060

Black with #757060

Text Example


Text Example

White with #757060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757060; }

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

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

background-color css

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

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

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

border-color css

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

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

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