Html Css Color HEX #716F5C Flint

📋 copy color: '#716F5C'

red 113 ◦ green 111 ◦ blue 92

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

Shades of Flint #716F5C

Tints of Flint #716F5C

RGB

 RED value IS 113 (44.53% from 255) = 35.76%

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 35.76%
G = 35.13%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#716F5C (or 0x716F5C) is known color: Flint. HEX triplet: 71, 6F and 5C. RGB value is (113,111,92). Sum of RGB (Red+Green+Blue) = 113+111+92=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5C is #8E90A3. Grayscale: #6D6D6D. Windows color (decimal): -9343140 or 6057841. OLE color: 6057841.

HSL color Cylindrical-coordinate representation of color #716F5C: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716F5C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 111 92 -
CMYK 0 0.02 0.19 0.56
HSL 54.29º 0.1% 0.4% -
HSV(B) 54.29º 0.19% 0.44% -
XYZ 14.43 15.65 12.39 -
YUV 109.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 113 111 92 0 0.02 0.19 0.56 54.29 0.1 0.4
Hex 71 6F 5C 0 2 13 38 36 A 28
Octal 161 157 134 0 2 23 70 66 12 50
Binary 1110001 1101111 1011100 0 10 10011 111000 110110 1010 101000

Color Harmonies of #716F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F5C

Black with #716F5C

Text Example


Text Example

White with #716F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716F5C; }

 p { color: rgb(113,111,92); }

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

background-color css

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

 a { background-color: rgb(113,111,92); }

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

border-color css

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

 span { border-color: rgb(113,111,92); }

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