Html Css Color HEX #71666E Salt Box

📋 copy color: '#71666E'

red 113 ◦ green 102 ◦ blue 110

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

Shades of Salt Box #71666E

Tints of Salt Box #71666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 34.77%
G = 31.38%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71666E (or 0x71666E) is known color: Salt Box. HEX triplet: 71, 66 and 6E. RGB value is (113,102,110). Sum of RGB (Red+Green+Blue) = 113+102+110=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 113 - color contains mainly: red. Hex color #71666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71666E is #8E9991. Grayscale: #6A6A6A. Windows color (decimal): -9345426 or 7235185. OLE color: 7235185.

HSL color Cylindrical-coordinate representation of color #71666E: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71666E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 110 -
CMYK 0 0.10 0.03 0.56
HSL 316.36º 0.05% 0.42% -
HSV(B) 316.36º 0.1% 0.44% -
XYZ 14.38 14.14 16.72 -
YUV 106.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 113 102 110 0 0.10 0.03 0.56 316.36 0.05 0.42
Hex 71 66 6E 0 A 3 38 13C 5 2A
Octal 161 146 156 0 12 3 70 474 5 52
Binary 1110001 1100110 1101110 0 1010 11 111000 100111100 101 101010

Color Harmonies of #71666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71666E

Black with #71666E

Text Example


Text Example

White with #71666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71666E; }

 p { color: rgb(113,102,110); }

 H1.HeaderClassName
 {
   color: #71666E;
 }
 .AnyTagClassName
 {
   color: #71666E;
 }
</style>

background-color css

<style>
 a { background-color: #71666E; }

 a { background-color: rgb(113,102,110); }

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

border-color css

<style>
 span { border-color: #71666E; }

 span { border-color: rgb(113,102,110); }

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