Html Css Color HEX #7C5771 Salt Box

📋 copy color: '#7C5771'

red 124 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #7C5771

Tints of Salt Box #7C5771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 38.27%
G = 26.85%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5771 (or 0x7C5771) is known color: Salt Box. HEX triplet: 7C, 57 and 71. RGB value is (124,87,113). Sum of RGB (Red+Green+Blue) = 124+87+113=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5771 is #83A88E. Grayscale: #646464. Windows color (decimal): -8628367 or 7427964. OLE color: 7427964.

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

Color convert

RGB 124 87 113 -
CMYK 0 0.30 0.09 0.51
HSL 317.84º 0.18% 0.41% -
HSV(B) 317.84º 0.3% 0.49% -
XYZ 14.7 12.29 17.22 -
YUV 101.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 124 87 113 0 0.30 0.09 0.51 317.84 0.18 0.41
Hex 7C 57 71 0 1E 9 33 13E 12 29
Octal 174 127 161 0 36 11 63 476 22 51
Binary 1111100 1010111 1110001 0 11110 1001 110011 100111110 10010 101001

Color Harmonies of #7C5771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5771

Black with #7C5771

Text Example


Text Example

White with #7C5771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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