#7F6180

Color #7F6180 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7F6180

Tints of Trendy Pink #7F6180

Color information

#7F6180 (or 0x7F6180) is unknown color: approx Trendy Pink. HEX triplet: 7F, 61 and 80. RGB value is (127,97,128). Sum of RGB (Red+Green+Blue) = 127+97+128=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 128 - color contains mainly: blue. Hex color #7F6180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6180 is #809E7F. Grayscale: #6D6D6D. Windows color (decimal): -8429184 or 8413567. OLE color: 8413567.

HSL color Cylindrical-coordinate representation of color #7F6180: hue angle of 298.06º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6180 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12797128-
CMYK0.010.2400.50
HSL298.06º13.78%44.12%-
HSV(B)298.06º24.22%50.2%-
XYZ16.9214.6222.35-
YUV109.5138.44140.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=36.08%
G=27.56%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127971280.010.2400.50298.0613.7844.12
Hex7F618011803212ae2c
Octal1771412001300624521654
Binary111111111000011000000011100001100101001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,128); }

 H1.HeaderClassName
 {
   color: #7F6180;
 }
 .AnyTagClassName
 {
   color: #7F6180;
 }
</style>
background-color css

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

 a { background-color: rgb(127,97,128); }

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

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

 span { border-color: rgb(127,97,128); }

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