Html Css Color HEX #71706F Sandstone

📋 copy color: '#71706F'

red 113 ◦ green 112 ◦ blue 111

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

Shades of Sandstone #71706F

Tints of Sandstone #71706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 33.63%
G = 33.33%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71706F (or 0x71706F) is known color: Sandstone. HEX triplet: 71, 70 and 6F. RGB value is (113,112,111). Sum of RGB (Red+Green+Blue) = 113+112+111=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 113 - color contains mainly: red. Hex color #71706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706F is #8E8F90. Grayscale: #707070. Windows color (decimal): -9342865 or 7303281. OLE color: 7303281.

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

Color convert

RGB 113 112 111 -
CMYK 0 0.01 0.02 0.56
HSL 30º 0.01% 0.44% -
HSV(B) 30º 0.02% 0.44% -
XYZ 15.47 16.25 17.36 -
YUV 112.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 113 112 111 0 0.01 0.02 0.56 30 0.01 0.44
Hex 71 70 6F 0 1 2 38 1E 1 2C
Octal 161 160 157 0 1 2 70 36 1 54
Binary 1110001 1110000 1101111 0 1 10 111000 11110 1 101100

Color Harmonies of #71706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71706F

Black with #71706F

Text Example


Text Example

White with #71706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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