#7F6182

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

Shades of Trendy Pink #7F6182

Tints of Trendy Pink #7F6182

Color information

#7F6182 (or 0x7F6182) is unknown color: approx Trendy Pink. HEX triplet: 7F, 61 and 82. RGB value is (127,97,130). Sum of RGB (Red+Green+Blue) = 127+97+130=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6182 is #809E7D. Grayscale: #6D6D6D. Windows color (decimal): -8429182 or 8544639. OLE color: 8544639.

HSL color Cylindrical-coordinate representation of color #7F6182: hue angle of 294.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F6182 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12797130-
CMYK0.020.2500.49
HSL294.55º14.54%44.51%-
HSV(B)294.55º25.38%50.98%-
XYZ17.0614.6723.05-
YUV109.73139.44140.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=35.88%
G=27.40%
B=36.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127971300.020.2500.49294.5514.5444.51
Hex7F6182219031127f2d
Octal1771412022310614471755
Binary1111111110000110000010101100101100011001001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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