Html Css Color HEX #7D5671 Salt Box

📋 copy color: '#7D5671'

red 125 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #7D5671

Tints of Salt Box #7D5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 38.58%
G = 26.54%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D5671 (or 0x7D5671) is known color: Salt Box. HEX triplet: 7D, 56 and 71. RGB value is (125,86,113). Sum of RGB (Red+Green+Blue) = 125+86+113=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5671 is #82A98E. Grayscale: #646464. Windows color (decimal): -8563087 or 7427709. OLE color: 7427709.

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

Color convert

RGB 125 86 113 -
CMYK 0 0.31 0.10 0.51
HSL 318.46º 0.18% 0.41% -
HSV(B) 318.46º 0.31% 0.49% -
XYZ 14.77 12.21 17.2 -
YUV 100.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 125 86 113 0 0.31 0.10 0.51 318.46 0.18 0.41
Hex 7D 56 71 0 1F A 33 13E 12 29
Octal 175 126 161 0 37 12 63 476 22 51
Binary 1111101 1010110 1110001 0 11111 1010 110011 100111110 10010 101001

Color Harmonies of #7D5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5671

Black with #7D5671

Text Example


Text Example

White with #7D5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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