Html Css Color HEX #71506E Salt Box

📋 copy color: '#71506E'

red 113 ◦ green 80 ◦ blue 110

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

Shades of Salt Box #71506E

Tints of Salt Box #71506E

RGB

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

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

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

R = 37.29%
G = 26.4%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71506E (or 0x71506E) is known color: Salt Box. HEX triplet: 71, 50 and 6E. RGB value is (113,80,110). Sum of RGB (Red+Green+Blue) = 113+80+110=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506E is #8EAF91. Grayscale: #5D5D5D. Windows color (decimal): -9351058 or 7229553. OLE color: 7229553.

HSL color Cylindrical-coordinate representation of color #71506E: hue angle of 305.45º 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 #71506E is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 110 -
CMYK 0 0.29 0.03 0.56
HSL 305.45º 0.17% 0.38% -
HSV(B) 305.45º 0.29% 0.44% -
XYZ 12.49 10.37 16.1 -
YUV 93.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 113 80 110 0 0.29 0.03 0.56 305.45 0.17 0.38
Hex 71 50 6E 0 1D 3 38 131 11 26
Octal 161 120 156 0 35 3 70 461 21 46
Binary 1110001 1010000 1101110 0 11101 11 111000 100110001 10001 100110

Color Harmonies of #71506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71506E

Black with #71506E

Text Example


Text Example

White with #71506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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