Html Css Color HEX #71656F Salt Box

📋 copy color: '#71656F'

red 113 ◦ green 101 ◦ blue 111

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

Shades of Salt Box #71656F

Tints of Salt Box #71656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 34.77%
G = 31.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71656F (or 0x71656F) is known color: Salt Box. HEX triplet: 71, 65 and 6F. RGB value is (113,101,111). Sum of RGB (Red+Green+Blue) = 113+101+111=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #71656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71656F is #8E9A90. Grayscale: #696969. Windows color (decimal): -9345681 or 7300465. OLE color: 7300465.

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

Color convert

RGB 113 101 111 -
CMYK 0 0.11 0.02 0.56
HSL 310º 0.06% 0.42% -
HSV(B) 310º 0.11% 0.44% -
XYZ 14.33 13.97 16.98 -
YUV 105.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 113 101 111 0 0.11 0.02 0.56 310 0.06 0.42
Hex 71 65 6F 0 B 2 38 136 6 2A
Octal 161 145 157 0 13 2 70 466 6 52
Binary 1110001 1100101 1101111 0 1011 10 111000 100110110 110 101010

Color Harmonies of #71656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71656F

Black with #71656F

Text Example


Text Example

White with #71656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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