Html Css Color HEX #7C5871 Salt Box

📋 copy color: '#7C5871'

red 124 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #7C5871

Tints of Salt Box #7C5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 38.15%
G = 27.08%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5871 (or 0x7C5871) is known color: Salt Box. HEX triplet: 7C, 58 and 71. RGB value is (124,88,113). Sum of RGB (Red+Green+Blue) = 124+88+113=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5871 is #83A78E. Grayscale: #656565. Windows color (decimal): -8628111 or 7428220. OLE color: 7428220.

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

Color convert

RGB 124 88 113 -
CMYK 0 0.29 0.09 0.51
HSL 318.33º 0.17% 0.42% -
HSV(B) 318.33º 0.29% 0.49% -
XYZ 14.78 12.46 17.25 -
YUV 101.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 124 88 113 0 0.29 0.09 0.51 318.33 0.17 0.42
Hex 7C 58 71 0 1D 9 33 13E 11 2A
Octal 174 130 161 0 35 11 63 476 21 52
Binary 1111100 1011000 1110001 0 11101 1001 110011 100111110 10001 101010

Color Harmonies of #7C5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5871

Black with #7C5871

Text Example


Text Example

White with #7C5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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