Html Css Color HEX #71616C Salt Box

📋 copy color: '#71616C'

red 113 ◦ green 97 ◦ blue 108

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

Shades of Salt Box #71616C

Tints of Salt Box #71616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 35.53%
G = 30.5%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71616C (or 0x71616C) is known color: Salt Box. HEX triplet: 71, 61 and 6C. RGB value is (113,97,108). Sum of RGB (Red+Green+Blue) = 113+97+108=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616C is #8E9E93. Grayscale: #676767. Windows color (decimal): -9346708 or 7102833. OLE color: 7102833.

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

Color convert

RGB 113 97 108 -
CMYK 0 0.14 0.04 0.56
HSL 318.75º 0.08% 0.41% -
HSV(B) 318.75º 0.14% 0.44% -
XYZ 13.79 13.14 16 -
YUV 103.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 113 97 108 0 0.14 0.04 0.56 318.75 0.08 0.41
Hex 71 61 6C 0 E 4 38 13F 8 29
Octal 161 141 154 0 16 4 70 477 10 51
Binary 1110001 1100001 1101100 0 1110 100 111000 100111111 1000 101001

Color Harmonies of #71616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71616C

Black with #71616C

Text Example


Text Example

White with #71616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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