Html Css Color HEX #875C7C Trendy Pink

📋 copy color: '#875C7C'

red 135 ◦ green 92 ◦ blue 124

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

Shades of Trendy Pink #875C7C

Tints of Trendy Pink #875C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 38.46%
G = 26.21%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#875C7C (or 0x875C7C) is known color: Trendy Pink. HEX triplet: 87, 5C and 7C. RGB value is (135,92,124). Sum of RGB (Red+Green+Blue) = 135+92+124=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C7C is #78A383. Grayscale: #6C6C6C. Windows color (decimal): -7906180 or 8150151. OLE color: 8150151.

HSL color Cylindrical-coordinate representation of color #875C7C: hue angle of 315.35º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C7C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 124 -
CMYK 0 0.32 0.08 0.47
HSL 315.35º 0.19% 0.45% -
HSV(B) 315.35º 0.32% 0.53% -
XYZ 17.46 14.26 20.9 -
YUV 108.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 135 92 124 0 0.32 0.08 0.47 315.35 0.19 0.45
Hex 87 5C 7C 0 20 8 2F 13B 13 2D
Octal 207 134 174 0 40 10 57 473 23 55
Binary 10000111 1011100 1111100 0 100000 1000 101111 100111011 10011 101101

Color Harmonies of #875C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C7C

Black with #875C7C

Text Example


Text Example

White with #875C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C7C; }

 p { color: rgb(135,92,124); }

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

background-color css

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

 a { background-color: rgb(135,92,124); }

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

border-color css

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

 span { border-color: rgb(135,92,124); }

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