Html Css Color HEX #71506C Salt Box

📋 copy color: '#71506C'

red 113 ◦ green 80 ◦ blue 108

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

Shades of Salt Box #71506C

Tints of Salt Box #71506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 37.54%
G = 26.58%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71506C (or 0x71506C) is known color: Salt Box. HEX triplet: 71, 50 and 6C. RGB value is (113,80,108). Sum of RGB (Red+Green+Blue) = 113+80+108=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #71506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506C is #8EAF93. Grayscale: #5C5C5C. Windows color (decimal): -9351060 or 7098481. OLE color: 7098481.

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

Color convert

RGB 113 80 108 -
CMYK 0 0.29 0.04 0.56
HSL 309.09º 0.17% 0.38% -
HSV(B) 309.09º 0.29% 0.44% -
XYZ 12.39 10.33 15.53 -
YUV 93.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 113 80 108 0 0.29 0.04 0.56 309.09 0.17 0.38
Hex 71 50 6C 0 1D 4 38 135 11 26
Octal 161 120 154 0 35 4 70 465 21 46
Binary 1110001 1010000 1101100 0 11101 100 111000 100110101 10001 100110

Color Harmonies of #71506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71506C

Black with #71506C

Text Example


Text Example

White with #71506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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