#7F6184

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

Shades of Trendy Pink #7F6184

Tints of Trendy Pink #7F6184

Color information

#7F6184 (or 0x7F6184) is unknown color: approx Trendy Pink. HEX triplet: 7F, 61 and 84. RGB value is (127,97,132). Sum of RGB (Red+Green+Blue) = 127+97+132=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F6184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6184 is #809E7B. Grayscale: #6D6D6D. Windows color (decimal): -8429180 or 8675711. OLE color: 8675711.

HSL color Cylindrical-coordinate representation of color #7F6184: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F6184 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12797132-
CMYK0.040.2700.48
HSL291.43º15.28%44.9%-
HSV(B)291.43º26.52%51.76%-
XYZ17.1914.7323.77-
YUV109.96140.44140.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=35.67%
G=27.25%
B=37.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127971320.040.2700.48291.4315.2844.9
Hex7F618441B030123f2d
Octal1771412044330604431755
Binary11111111100001100001001001101101100001001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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