#7F6383

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

Shades of Trendy Pink #7F6383

Tints of Trendy Pink #7F6383

Color information

#7F6383 (or 0x7F6383) is unknown color: approx Trendy Pink. HEX triplet: 7F, 63 and 83. RGB value is (127,99,131). Sum of RGB (Red+Green+Blue) = 127+99+131=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F6383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6383 is #809C7C. Grayscale: #6E6E6E. Windows color (decimal): -8428669 or 8610687. OLE color: 8610687.

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

Color convert

RGB12799131-
CMYK0.030.2400.49
HSL292.5º13.91%45.1%-
HSV(B)292.5º24.43%51.37%-
XYZ17.3115.0723.47-
YUV111.02139.28139.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=35.57%
G=27.73%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127991310.030.2400.49292.513.9145.1
Hex7F6383318031124e2d
Octal1771432033300614441655
Binary1111111110001110000011111100001100011001001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,131); }

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

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

 a { background-color: rgb(127,99,131); }

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

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

 span { border-color: rgb(127,99,131); }

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