Html Css Color HEX #7C5471 Salt Box

📋 copy color: '#7C5471'

red 124 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #7C5471

Tints of Salt Box #7C5471

RGB

 RED value IS 124 (48.83% from 255) = 38.63%

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

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

R = 38.63%
G = 26.17%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5471 (or 0x7C5471) is known color: Salt Box. HEX triplet: 7C, 54 and 71. RGB value is (124,84,113). Sum of RGB (Red+Green+Blue) = 124+84+113=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5471 is #83AB8E. Grayscale: #636363. Windows color (decimal): -8629135 or 7427196. OLE color: 7427196.

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

Color convert

RGB 124 84 113 -
CMYK 0 0.32 0.09 0.51
HSL 316.5º 0.19% 0.41% -
HSV(B) 316.5º 0.32% 0.49% -
XYZ 14.46 11.82 17.14 -
YUV 99.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 124 84 113 0 0.32 0.09 0.51 316.5 0.19 0.41
Hex 7C 54 71 0 20 9 33 13C 13 29
Octal 174 124 161 0 40 11 63 474 23 51
Binary 1111100 1010100 1110001 0 100000 1001 110011 100111100 10011 101001

Color Harmonies of #7C5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5471

Black with #7C5471

Text Example


Text Example

White with #7C5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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