Html Css Color HEX #7F5479 Trendy Pink

📋 copy color: '#7F5479'

red 127 ◦ green 84 ◦ blue 121

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

Shades of Trendy Pink #7F5479

Tints of Trendy Pink #7F5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 38.25%
G = 25.3%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F5479 (or 0x7F5479) is known color: Trendy Pink. HEX triplet: 7F, 54 and 79. RGB value is (127,84,121). Sum of RGB (Red+Green+Blue) = 127+84+121=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5479 is #80AB86. Grayscale: #646464. Windows color (decimal): -8432519 or 7951487. OLE color: 7951487.

HSL color Cylindrical-coordinate representation of color #7F5479: hue angle of 308.37º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F5479 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 84 121 -
CMYK 0 0.34 0.05 0.50
HSL 308.37º 0.2% 0.41% -
HSV(B) 308.37º 0.34% 0.5% -
XYZ 15.37 12.23 19.64 -
YUV 101.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 127 84 121 0 0.34 0.05 0.50 308.37 0.2 0.41
Hex 7F 54 79 0 22 5 32 134 14 29
Octal 177 124 171 0 42 5 62 464 24 51
Binary 1111111 1010100 1111001 0 100010 101 110010 100110100 10100 101001

Color Harmonies of #7F5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5479

Black with #7F5479

Text Example


Text Example

White with #7F5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,84,121); }

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

background-color css

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

 a { background-color: rgb(127,84,121); }

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

border-color css

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

 span { border-color: rgb(127,84,121); }

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