Html Css Color HEX #874F7D Trendy Pink

📋 copy color: '#874F7D'

red 135 ◦ green 79 ◦ blue 125

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

Shades of Trendy Pink #874F7D

Tints of Trendy Pink #874F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 39.82%
G = 23.3%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#874F7D (or 0x874F7D) is known color: Trendy Pink. HEX triplet: 87, 4F and 7D. RGB value is (135,79,125). Sum of RGB (Red+Green+Blue) = 135+79+125=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #874F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F7D is #78B082. Grayscale: #646464. Windows color (decimal): -7909507 or 8212359. OLE color: 8212359.

HSL color Cylindrical-coordinate representation of color #874F7D: hue angle of 310.71º 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 #874F7D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 79 125 -
CMYK 0 0.41 0.07 0.47
HSL 310.71º 0.26% 0.42% -
HSV(B) 310.71º 0.41% 0.53% -
XYZ 16.49 12.22 20.89 -
YUV 100.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 135 79 125 0 0.41 0.07 0.47 310.71 0.26 0.42
Hex 87 4F 7D 0 29 7 2F 137 1A 2A
Octal 207 117 175 0 51 7 57 467 32 52
Binary 10000111 1001111 1111101 0 101001 111 101111 100110111 11010 101010

Color Harmonies of #874F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F7D

Black with #874F7D

Text Example


Text Example

White with #874F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,125); }

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

background-color css

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

 a { background-color: rgb(135,79,125); }

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

border-color css

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

 span { border-color: rgb(135,79,125); }

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