Html Css Color HEX #716F57 Flint

📋 copy color: '#716F57'

red 113 ◦ green 111 ◦ blue 87

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

Shades of Flint #716F57

Tints of Flint #716F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 36.33%
G = 35.69%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#716F57 (or 0x716F57) is known color: Flint. HEX triplet: 71, 6F and 57. RGB value is (113,111,87). Sum of RGB (Red+Green+Blue) = 113+111+87=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F57 is #8E90A8. Grayscale: #6C6C6C. Windows color (decimal): -9343145 or 5730161. OLE color: 5730161.

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

Color convert

RGB 113 111 87 -
CMYK 0 0.02 0.23 0.56
HSL 55.38º 0.13% 0.39% -
HSV(B) 55.38º 0.23% 0.44% -
XYZ 14.21 15.57 11.27 -
YUV 108.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 113 111 87 0 0.02 0.23 0.56 55.38 0.13 0.39
Hex 71 6F 57 0 2 17 38 37 D 27
Octal 161 157 127 0 2 27 70 67 15 47
Binary 1110001 1101111 1010111 0 10 10111 111000 110111 1101 100111

Color Harmonies of #716F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F57

Black with #716F57

Text Example


Text Example

White with #716F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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