Html Css Color HEX #71506A Salt Box

📋 copy color: '#71506A'

red 113 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #71506A

Tints of Salt Box #71506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 37.79%
G = 26.76%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71506A (or 0x71506A) is known color: Salt Box. HEX triplet: 71, 50 and 6A. RGB value is (113,80,106). Sum of RGB (Red+Green+Blue) = 113+80+106=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #71506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71506A is #8EAF95. Grayscale: #5C5C5C. Windows color (decimal): -9351062 or 6967409. OLE color: 6967409.

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

Color convert

RGB 113 80 106 -
CMYK 0 0.29 0.06 0.56
HSL 312.73º 0.17% 0.38% -
HSV(B) 312.73º 0.29% 0.44% -
XYZ 12.28 10.29 14.97 -
YUV 92.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 113 80 106 0 0.29 0.06 0.56 312.73 0.17 0.38
Hex 71 50 6A 0 1D 6 38 139 11 26
Octal 161 120 152 0 35 6 70 471 21 46
Binary 1110001 1010000 1101010 0 11101 110 111000 100111001 10001 100110

Color Harmonies of #71506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71506A

Black with #71506A

Text Example


Text Example

White with #71506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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