Html Css Color HEX #71506F Salt Box

📋 copy color: '#71506F'

red 113 ◦ green 80 ◦ blue 111

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

Shades of Salt Box #71506F

Tints of Salt Box #71506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 37.17%
G = 26.32%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71506F (or 0x71506F) is known color: Salt Box. HEX triplet: 71, 50 and 6F. RGB value is (113,80,111). Sum of RGB (Red+Green+Blue) = 113+80+111=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #71506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506F is #8EAF90. Grayscale: #5D5D5D. Windows color (decimal): -9351057 or 7295089. OLE color: 7295089.

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

Color convert

RGB 113 80 111 -
CMYK 0 0.29 0.02 0.56
HSL 303.64º 0.17% 0.38% -
HSV(B) 303.64º 0.29% 0.44% -
XYZ 12.55 10.4 16.38 -
YUV 93.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 113 80 111 0 0.29 0.02 0.56 303.64 0.17 0.38
Hex 71 50 6F 0 1D 2 38 130 11 26
Octal 161 120 157 0 35 2 70 460 21 46
Binary 1110001 1010000 1101111 0 11101 10 111000 100110000 10001 100110

Color Harmonies of #71506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71506F

Black with #71506F

Text Example


Text Example

White with #71506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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