Html Css Color HEX #7D5A71 Salt Box

📋 copy color: '#7D5A71'

red 125 ◦ green 90 ◦ blue 113

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

Shades of Salt Box #7D5A71

Tints of Salt Box #7D5A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 38.11%
G = 27.44%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D5A71 (or 0x7D5A71) is known color: Salt Box. HEX triplet: 7D, 5A and 71. RGB value is (125,90,113). Sum of RGB (Red+Green+Blue) = 125+90+113=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A71 is #82A58E. Grayscale: #676767. Windows color (decimal): -8562063 or 7428733. OLE color: 7428733.

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

Color convert

RGB 125 90 113 -
CMYK 0 0.28 0.10 0.51
HSL 320.57º 0.16% 0.42% -
HSV(B) 320.57º 0.28% 0.49% -
XYZ 15.09 12.86 17.31 -
YUV 103.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 125 90 113 0 0.28 0.10 0.51 320.57 0.16 0.42
Hex 7D 5A 71 0 1C A 33 141 10 2A
Octal 175 132 161 0 34 12 63 501 20 52
Binary 1111101 1011010 1110001 0 11100 1010 110011 101000001 10000 101010

Color Harmonies of #7D5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5A71

Black with #7D5A71

Text Example


Text Example

White with #7D5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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