Html Css Color HEX #874B76 Trendy Pink

📋 copy color: '#874B76'

red 135 ◦ green 75 ◦ blue 118

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

Shades of Trendy Pink #874B76

Tints of Trendy Pink #874B76

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 41.16%
G = 22.87%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874B76 (or 0x874B76) is known color: Trendy Pink. HEX triplet: 87, 4B and 76. RGB value is (135,75,118). Sum of RGB (Red+Green+Blue) = 135+75+118=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #874B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B76 is #78B489. Grayscale: #616161. Windows color (decimal): -7910538 or 7752583. OLE color: 7752583.

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

Color convert

RGB 135 75 118 -
CMYK 0 0.44 0.13 0.47
HSL 317º 0.29% 0.41% -
HSV(B) 317º 0.44% 0.53% -
XYZ 15.78 11.49 18.53 -
YUV 97.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 135 75 118 0 0.44 0.13 0.47 317 0.29 0.41
Hex 87 4B 76 0 2C D 2F 13D 1D 29
Octal 207 113 166 0 54 15 57 475 35 51
Binary 10000111 1001011 1110110 0 101100 1101 101111 100111101 11101 101001

Color Harmonies of #874B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B76

Black with #874B76

Text Example


Text Example

White with #874B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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