Html Css Color HEX #8C4977 Trendy Pink

📋 copy color: '#8C4977'

red 140 ◦ green 73 ◦ blue 119

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

Shades of Trendy Pink #8C4977

Tints of Trendy Pink #8C4977

RGB

 RED value IS 140 (55.08% from 255) = 42.17%

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 42.17%
G = 21.99%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C4977 (or 0x8C4977) is known color: Trendy Pink. HEX triplet: 8C, 49 and 77. RGB value is (140,73,119). Sum of RGB (Red+Green+Blue) = 140+73+119=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4977 is #73B688. Grayscale: #626262. Windows color (decimal): -7583369 or 7817612. OLE color: 7817612.

HSL color Cylindrical-coordinate representation of color #8C4977: hue angle of 318.81º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4977 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 73 119 -
CMYK 0 0.48 0.15 0.45
HSL 318.81º 0.31% 0.42% -
HSV(B) 318.81º 0.48% 0.55% -
XYZ 16.53 11.67 18.83 -
YUV 98.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 140 73 119 0 0.48 0.15 0.45 318.81 0.31 0.42
Hex 8C 49 77 0 30 F 2D 13F 1F 2A
Octal 214 111 167 0 60 17 55 477 37 52
Binary 10001100 1001001 1110111 0 110000 1111 101101 100111111 11111 101010

Color Harmonies of #8C4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4977

Black with #8C4977

Text Example


Text Example

White with #8C4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C4977; }

 p { color: rgb(140,73,119); }

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

background-color css

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

 a { background-color: rgb(140,73,119); }

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

border-color css

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

 span { border-color: rgb(140,73,119); }

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