Html Css Color HEX #71705C Flint

📋 copy color: '#71705C'

red 113 ◦ green 112 ◦ blue 92

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

Shades of Flint #71705C

Tints of Flint #71705C

RGB

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

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

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

R = 35.65%
G = 35.33%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71705C (or 0x71705C) is known color: Flint. HEX triplet: 71, 70 and 5C. RGB value is (113,112,92). Sum of RGB (Red+Green+Blue) = 113+112+92=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #71705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71705C is #8E8FA3. Grayscale: #6E6E6E. Windows color (decimal): -9342884 or 6058097. OLE color: 6058097.

HSL color Cylindrical-coordinate representation of color #71705C: hue angle of 57.14º 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 #71705C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 92 -
CMYK 0 0.01 0.19 0.56
HSL 57.14º 0.1% 0.4% -
HSV(B) 57.14º 0.19% 0.44% -
XYZ 14.54 15.87 12.42 -
YUV 110.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 113 112 92 0 0.01 0.19 0.56 57.14 0.1 0.4
Hex 71 70 5C 0 1 13 38 39 A 28
Octal 161 160 134 0 1 23 70 71 12 50
Binary 1110001 1110000 1011100 0 1 10011 111000 111001 1010 101000

Color Harmonies of #71705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71705C

Black with #71705C

Text Example


Text Example

White with #71705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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