Html Css Color HEX #874E58 Solid Pink

📋 copy color: '#874E58'

red 135 ◦ green 78 ◦ blue 88

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

Shades of Solid Pink #874E58

Tints of Solid Pink #874E58

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 44.85%
G = 25.91%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#874E58 (or 0x874E58) is known color: Solid Pink. HEX triplet: 87, 4E and 58. RGB value is (135,78,88). Sum of RGB (Red+Green+Blue) = 135+78+88=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E58 is #78B1A7. Grayscale: #606060. Windows color (decimal): -7909800 or 5787271. OLE color: 5787271.

HSL color Cylindrical-coordinate representation of color #874E58: hue angle of 349.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E58 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 78 88 -
CMYK 0 0.42 0.35 0.47
HSL 349.47º 0.27% 0.42% -
HSV(B) 349.47º 0.42% 0.53% -
XYZ 14.48 11.3 10.65 -
YUV 96.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 135 78 88 0 0.42 0.35 0.47 349.47 0.27 0.42
Hex 87 4E 58 0 2A 23 2F 15D 1B 2A
Octal 207 116 130 0 52 43 57 535 33 52
Binary 10000111 1001110 1011000 0 101010 100011 101111 101011101 11011 101010

Color Harmonies of #874E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E58

Black with #874E58

Text Example


Text Example

White with #874E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,88); }

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

background-color css

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

 a { background-color: rgb(135,78,88); }

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

border-color css

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

 span { border-color: rgb(135,78,88); }

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