Html Css Color HEX #7C5770 Salt Box

📋 copy color: '#7C5770'

red 124 ◦ green 87 ◦ blue 112

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

Shades of Salt Box #7C5770

Tints of Salt Box #7C5770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 38.39%
G = 26.93%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C5770 (or 0x7C5770) is known color: Salt Box. HEX triplet: 7C, 57 and 70. RGB value is (124,87,112). Sum of RGB (Red+Green+Blue) = 124+87+112=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5770 is #83A88F. Grayscale: #646464. Windows color (decimal): -8628368 or 7362428. OLE color: 7362428.

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

Color convert

RGB 124 87 112 -
CMYK 0 0.30 0.10 0.51
HSL 319.46º 0.18% 0.41% -
HSV(B) 319.46º 0.3% 0.49% -
XYZ 14.65 12.27 16.93 -
YUV 100.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 124 87 112 0 0.30 0.10 0.51 319.46 0.18 0.41
Hex 7C 57 70 0 1E A 33 13F 12 29
Octal 174 127 160 0 36 12 63 477 22 51
Binary 1111100 1010111 1110000 0 11110 1010 110011 100111111 10010 101001

Color Harmonies of #7C5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5770

Black with #7C5770

Text Example


Text Example

White with #7C5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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