Html Css Color HEX #857187 Trendy Pink

📋 copy color: '#857187'

red 133 ◦ green 113 ◦ blue 135

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

Shades of Trendy Pink #857187

Tints of Trendy Pink #857187

RGB

 RED value IS 133 (52.34% from 255) = 34.91%

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 135 (53.13% from 255) = 35.43%

R = 34.91%
G = 29.66%
B = 35.43%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857187 (or 0x857187) is known color: Trendy Pink. HEX triplet: 85, 71 and 87. RGB value is (133,113,135). Sum of RGB (Red+Green+Blue) = 133+113+135=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 135 - color contains mainly: blue. Hex color #857187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857187 is #7A8E78. Grayscale: #797979. Windows color (decimal): -8031865 or 8876421. OLE color: 8876421.

HSL color Cylindrical-coordinate representation of color #857187: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857187 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 113 135 -
CMYK 0.01 0.16 0 0.47
HSL 294.55º 0.09% 0.49% -
HSV(B) 294.55º 0.16% 0.53% -
XYZ 19.95 18.55 25.45 -
YUV 121.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 133 113 135 0.01 0.16 0 0.47 294.55 0.09 0.49
Hex 85 71 87 1 10 0 2F 127 9 31
Octal 205 161 207 1 20 0 57 447 11 61
Binary 10000101 1110001 10000111 1 10000 0 101111 100100111 1001 110001

Color Harmonies of #857187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857187

Black with #857187

Text Example


Text Example

White with #857187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857187; }

 p { color: rgb(133,113,135); }

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

background-color css

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

 a { background-color: rgb(133,113,135); }

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

border-color css

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

 span { border-color: rgb(133,113,135); }

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