Html Css Color HEX #71506B Salt Box

📋 copy color: '#71506B'

red 113 ◦ green 80 ◦ blue 107

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

Shades of Salt Box #71506B

Tints of Salt Box #71506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 37.67%
G = 26.67%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71506B (or 0x71506B) is known color: Salt Box. HEX triplet: 71, 50 and 6B. RGB value is (113,80,107). Sum of RGB (Red+Green+Blue) = 113+80+107=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #71506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506B is #8EAF94. Grayscale: #5C5C5C. Windows color (decimal): -9351061 or 7032945. OLE color: 7032945.

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

Color convert

RGB 113 80 107 -
CMYK 0 0.29 0.05 0.56
HSL 310.91º 0.17% 0.38% -
HSV(B) 310.91º 0.29% 0.44% -
XYZ 12.33 10.31 15.25 -
YUV 92.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 113 80 107 0 0.29 0.05 0.56 310.91 0.17 0.38
Hex 71 50 6B 0 1D 5 38 137 11 26
Octal 161 120 153 0 35 5 70 467 21 46
Binary 1110001 1010000 1101011 0 11101 101 111000 100110111 10001 100110

Color Harmonies of #71506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71506B

Black with #71506B

Text Example


Text Example

White with #71506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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