Html Css Color HEX #71646C Salt Box

📋 copy color: '#71646C'

red 113 ◦ green 100 ◦ blue 108

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

Shades of Salt Box #71646C

Tints of Salt Box #71646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 35.2%
G = 31.15%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71646C (or 0x71646C) is known color: Salt Box. HEX triplet: 71, 64 and 6C. RGB value is (113,100,108). Sum of RGB (Red+Green+Blue) = 113+100+108=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #71646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71646C is #8E9B93. Grayscale: #686868. Windows color (decimal): -9345940 or 7103601. OLE color: 7103601.

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

Color convert

RGB 113 100 108 -
CMYK 0 0.12 0.04 0.56
HSL 323.08º 0.06% 0.42% -
HSV(B) 323.08º 0.12% 0.44% -
XYZ 14.07 13.71 16.09 -
YUV 104.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 113 100 108 0 0.12 0.04 0.56 323.08 0.06 0.42
Hex 71 64 6C 0 C 4 38 143 6 2A
Octal 161 144 154 0 14 4 70 503 6 52
Binary 1110001 1100100 1101100 0 1100 100 111000 101000011 110 101010

Color Harmonies of #71646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71646C

Black with #71646C

Text Example


Text Example

White with #71646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,100,108); }

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

background-color css

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

 a { background-color: rgb(113,100,108); }

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

border-color css

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

 span { border-color: rgb(113,100,108); }

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