Html Css Color HEX #757162 Flint

📋 copy color: '#757162'

red 117 ◦ green 113 ◦ blue 98

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

Shades of Flint #757162

Tints of Flint #757162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 35.67%
G = 34.45%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#757162 (or 0x757162) is known color: Flint. HEX triplet: 75, 71 and 62. RGB value is (117,113,98). Sum of RGB (Red+Green+Blue) = 117+113+98=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757162 is #8A8E9D. Grayscale: #707070. Windows color (decimal): -9080478 or 6451573. OLE color: 6451573.

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

Color convert

RGB 117 113 98 -
CMYK 0 0.03 0.16 0.54
HSL 47.37º 0.09% 0.42% -
HSV(B) 47.37º 0.16% 0.46% -
XYZ 15.45 16.47 13.92 -
YUV 112.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 117 113 98 0 0.03 0.16 0.54 47.37 0.09 0.42
Hex 75 71 62 0 3 10 36 2F 9 2A
Octal 165 161 142 0 3 20 66 57 11 52
Binary 1110101 1110001 1100010 0 11 10000 110110 101111 1001 101010

Color Harmonies of #757162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757162

Black with #757162

Text Example


Text Example

White with #757162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757162; }

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

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

background-color css

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

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

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

border-color css

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

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

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