Html Css Color HEX #57374C Purple Taupe

📋 copy color: '#57374C'

red 87 ◦ green 55 ◦ blue 76

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

Shades of Purple Taupe #57374C

Tints of Purple Taupe #57374C

RGB

 RED value IS 87 (34.38% from 255) = 39.91%

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 39.91%
G = 25.23%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57374C (or 0x57374C) is known color: Purple Taupe. HEX triplet: 57, 37 and 4C. RGB value is (87,55,76). Sum of RGB (Red+Green+Blue) = 87+55+76=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57374C is #A8C8B3. Grayscale: #424242. Windows color (decimal): -11061428 or 4994903. OLE color: 4994903.

HSL color Cylindrical-coordinate representation of color #57374C: hue angle of 320.62º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57374C is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 55 76 -
CMYK 0 0.37 0.13 0.66
HSL 320.63º 0.23% 0.28% -
HSV(B) 320.63º 0.37% 0.34% -
XYZ 6.6 5.28 7.51 -
YUV 66.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 87 55 76 0 0.37 0.13 0.66 320.63 0.23 0.28
Hex 57 37 4C 0 25 D 42 141 17 1C
Octal 127 67 114 0 45 15 102 501 27 34
Binary 1010111 110111 1001100 0 100101 1101 1000010 101000001 10111 11100

Color Harmonies of #57374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57374C

Black with #57374C

Text Example


Text Example

White with #57374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57374C; }

 p { color: rgb(87,55,76); }

 H1.HeaderClassName
 {
   color: #57374C;
 }
 .AnyTagClassName
 {
   color: #57374C;
 }
</style>

background-color css

<style>
 a { background-color: #57374C; }

 a { background-color: rgb(87,55,76); }

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

border-color css

<style>
 span { border-color: #57374C; }

 span { border-color: rgb(87,55,76); }

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