Html Css Color HEX #7F4878 Trendy Pink

📋 copy color: '#7F4878'

red 127 ◦ green 72 ◦ blue 120

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

Shades of Trendy Pink #7F4878

Tints of Trendy Pink #7F4878

RGB

 RED value IS 127 (50% from 255) = 39.81%

 GREEN value IS 72 (28.52% from 255) = 22.57%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 39.81%
G = 22.57%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#7F4878 (or 0x7F4878) is known color: Trendy Pink. HEX triplet: 7F, 48 and 78. RGB value is (127,72,120). Sum of RGB (Red+Green+Blue) = 127+72+120=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4878 is #80B787. Grayscale: #5D5D5D. Windows color (decimal): -8435592 or 7882879. OLE color: 7882879.

HSL color Cylindrical-coordinate representation of color #7F4878: hue angle of 307.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F4878 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 120 -
CMYK 0 0.43 0.06 0.50
HSL 307.64º 0.28% 0.39% -
HSV(B) 307.64º 0.43% 0.5% -
XYZ 14.46 10.5 19.03 -
YUV 93.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 127 72 120 0 0.43 0.06 0.50 307.64 0.28 0.39
Hex 7F 48 78 0 2B 6 32 134 1C 27
Octal 177 110 170 0 53 6 62 464 34 47
Binary 1111111 1001000 1111000 0 101011 110 110010 100110100 11100 100111

Color Harmonies of #7F4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4878

Black with #7F4878

Text Example


Text Example

White with #7F4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F4878; }

 p { color: rgb(127,72,120); }

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

background-color css

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

 a { background-color: rgb(127,72,120); }

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

border-color css

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

 span { border-color: rgb(127,72,120); }

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