#7F5D85

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

Shades of Trendy Pink #7F5D85

Tints of Trendy Pink #7F5D85

Color information

#7F5D85 (or 0x7F5D85) is unknown color: approx Trendy Pink. HEX triplet: 7F, 5D and 85. RGB value is (127,93,133). Sum of RGB (Red+Green+Blue) = 127+93+133=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F5D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5D85 is #80A27A. Grayscale: #6B6B6B. Windows color (decimal): -8430203 or 8740223. OLE color: 8740223.

HSL color Cylindrical-coordinate representation of color #7F5D85: hue angle of 291º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F5D85 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12793133-
CMYK0.050.3000.48
HSL291º17.7%44.31%-
HSV(B)291º30.08%52.16%-
XYZ16.914.0324.01-
YUV107.73142.26141.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=35.98%
G=26.35%
B=37.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127931330.050.3000.4829117.744.31
Hex7F5D8551E030123122c
Octal1771352055360604432254
Binary111111110111011000010110111110011000010010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,133); }

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

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

 a { background-color: rgb(127,93,133); }

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

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

 span { border-color: rgb(127,93,133); }

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