Html Css Color HEX #7D5471 Salt Box

📋 copy color: '#7D5471'

red 125 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #7D5471

Tints of Salt Box #7D5471

RGB

 RED value IS 125 (49.22% from 255) = 38.82%

 GREEN value IS 84 (33.2% from 255) = 26.09%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 38.82%
G = 26.09%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D5471 (or 0x7D5471) is known color: Salt Box. HEX triplet: 7D, 54 and 71. RGB value is (125,84,113). Sum of RGB (Red+Green+Blue) = 125+84+113=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5471 is #82AB8E. Grayscale: #636363. Windows color (decimal): -8563599 or 7427197. OLE color: 7427197.

HSL color Cylindrical-coordinate representation of color #7D5471: hue angle of 317.56º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5471 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 84 113 -
CMYK 0 0.33 0.10 0.51
HSL 317.56º 0.2% 0.41% -
HSV(B) 317.56º 0.33% 0.49% -
XYZ 14.61 11.89 17.15 -
YUV 99.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 125 84 113 0 0.33 0.10 0.51 317.56 0.2 0.41
Hex 7D 54 71 0 21 A 33 13E 14 29
Octal 175 124 161 0 41 12 63 476 24 51
Binary 1111101 1010100 1110001 0 100001 1010 110011 100111110 10100 101001

Color Harmonies of #7D5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5471

Black with #7D5471

Text Example


Text Example

White with #7D5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5471; }

 p { color: rgb(125,84,113); }

 H1.HeaderClassName
 {
   color: #7D5471;
 }
 .AnyTagClassName
 {
   color: #7D5471;
 }
</style>

background-color css

<style>
 a { background-color: #7D5471; }

 a { background-color: rgb(125,84,113); }

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

border-color css

<style>
 span { border-color: #7D5471; }

 span { border-color: rgb(125,84,113); }

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