Html Css Color HEX #875076 Trendy Pink

📋 copy color: '#875076'

red 135 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #875076

Tints of Trendy Pink #875076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 40.54%
G = 24.02%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#875076 (or 0x875076) is known color: Trendy Pink. HEX triplet: 87, 50 and 76. RGB value is (135,80,118). Sum of RGB (Red+Green+Blue) = 135+80+118=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #875076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875076 is #78AF89. Grayscale: #646464. Windows color (decimal): -7909258 or 7753863. OLE color: 7753863.

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

Color convert

RGB 135 80 118 -
CMYK 0 0.41 0.13 0.47
HSL 318.55º 0.26% 0.42% -
HSV(B) 318.55º 0.41% 0.53% -
XYZ 16.13 12.2 18.64 -
YUV 100.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 135 80 118 0 0.41 0.13 0.47 318.55 0.26 0.42
Hex 87 50 76 0 29 D 2F 13F 1A 2A
Octal 207 120 166 0 51 15 57 477 32 52
Binary 10000111 1010000 1110110 0 101001 1101 101111 100111111 11010 101010

Color Harmonies of #875076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875076

Black with #875076

Text Example


Text Example

White with #875076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875076; }

 p { color: rgb(135,80,118); }

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

background-color css

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

 a { background-color: rgb(135,80,118); }

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

border-color css

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

 span { border-color: rgb(135,80,118); }

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