#7F617D

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

Shades of Trendy Pink #7F617D

Tints of Trendy Pink #7F617D

Color information

#7F617D (or 0x7F617D) is unknown color: approx Trendy Pink. HEX triplet: 7F, 61 and 7D. RGB value is (127,97,125). Sum of RGB (Red+Green+Blue) = 127+97+125=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F617D is #809E82. Grayscale: #6D6D6D. Windows color (decimal): -8429187 or 8216959. OLE color: 8216959.

HSL color Cylindrical-coordinate representation of color #7F617D: hue angle of 304º degrees, saturation: 0.13, 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 #7F617D is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12797125-
CMYK00.240.020.50
HSL304º13.39%43.92%-
HSV(B)304º23.62%49.8%-
XYZ16.7314.5421.33-
YUV109.16136.94140.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=36.39%
G=27.79%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279712500.240.020.5030413.3943.92
Hex7F617D018232130d2c
Octal1771411750302624601554
Binary111111111000011111101011000101100101001100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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