Html Css Color HEX #7C5671 Salt Box

📋 copy color: '#7C5671'

red 124 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #7C5671

Tints of Salt Box #7C5671

RGB

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

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

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

R = 38.39%
G = 26.63%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5671 (or 0x7C5671) is known color: Salt Box. HEX triplet: 7C, 56 and 71. RGB value is (124,86,113). Sum of RGB (Red+Green+Blue) = 124+86+113=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5671 is #83A98E. Grayscale: #646464. Windows color (decimal): -8628623 or 7427708. OLE color: 7427708.

HSL color Cylindrical-coordinate representation of color #7C5671: hue angle of 317.37º 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 #7C5671 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 86 113 -
CMYK 0 0.31 0.09 0.51
HSL 317.37º 0.18% 0.41% -
HSV(B) 317.37º 0.31% 0.49% -
XYZ 14.62 12.13 17.19 -
YUV 100.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 124 86 113 0 0.31 0.09 0.51 317.37 0.18 0.41
Hex 7C 56 71 0 1F 9 33 13D 12 29
Octal 174 126 161 0 37 11 63 475 22 51
Binary 1111100 1010110 1110001 0 11111 1001 110011 100111101 10010 101001

Color Harmonies of #7C5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5671

Black with #7C5671

Text Example


Text Example

White with #7C5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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