Html Css Color HEX #7C5371 Salt Box

📋 copy color: '#7C5371'

red 124 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #7C5371

Tints of Salt Box #7C5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 38.75%
G = 25.94%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5371 (or 0x7C5371) is known color: Salt Box. HEX triplet: 7C, 53 and 71. RGB value is (124,83,113). Sum of RGB (Red+Green+Blue) = 124+83+113=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5371 is #83AC8E. Grayscale: #626262. Windows color (decimal): -8629391 or 7426940. OLE color: 7426940.

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

Color convert

RGB 124 83 113 -
CMYK 0 0.33 0.09 0.51
HSL 316.1º 0.2% 0.41% -
HSV(B) 316.1º 0.33% 0.49% -
XYZ 14.39 11.66 17.12 -
YUV 98.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 124 83 113 0 0.33 0.09 0.51 316.1 0.2 0.41
Hex 7C 53 71 0 21 9 33 13C 14 29
Octal 174 123 161 0 41 11 63 474 24 51
Binary 1111100 1010011 1110001 0 100001 1001 110011 100111100 10100 101001

Color Harmonies of #7C5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5371

Black with #7C5371

Text Example


Text Example

White with #7C5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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