Html Css Color HEX #874C57 Solid Pink

📋 copy color: '#874C57'

red 135 ◦ green 76 ◦ blue 87

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

Shades of Solid Pink #874C57

Tints of Solid Pink #874C57

RGB

 RED value IS 135 (53.13% from 255) = 45.3%

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 87 (34.38% from 255) = 29.19%

R = 45.3%
G = 25.5%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#874C57 (or 0x874C57) is known color: Solid Pink. HEX triplet: 87, 4C and 57. RGB value is (135,76,87). Sum of RGB (Red+Green+Blue) = 135+76+87=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C57 is #78B3A8. Grayscale: #5E5E5E. Windows color (decimal): -7910313 or 5721223. OLE color: 5721223.

HSL color Cylindrical-coordinate representation of color #874C57: hue angle of 348.81º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C57 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 87 -
CMYK 0 0.44 0.36 0.47
HSL 348.81º 0.28% 0.41% -
HSV(B) 348.81º 0.44% 0.53% -
XYZ 14.3 11.01 10.39 -
YUV 94.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 135 76 87 0 0.44 0.36 0.47 348.81 0.28 0.41
Hex 87 4C 57 0 2C 24 2F 15D 1C 29
Octal 207 114 127 0 54 44 57 535 34 51
Binary 10000111 1001100 1010111 0 101100 100100 101111 101011101 11100 101001

Color Harmonies of #874C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C57

Black with #874C57

Text Example


Text Example

White with #874C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C57; }

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

 H1.HeaderClassName
 {
   color: #874C57;
 }
 .AnyTagClassName
 {
   color: #874C57;
 }
</style>

background-color css

<style>
 a { background-color: #874C57; }

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

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

border-color css

<style>
 span { border-color: #874C57; }

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

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