#7B4A79

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

Shades of Trendy Pink #7B4A79

Tints of Trendy Pink #7B4A79

Color information

#7B4A79 (or 0x7B4A79) is unknown color: approx Trendy Pink. HEX triplet: 7B, 4A and 79. RGB value is (123,74,121). Sum of RGB (Red+Green+Blue) = 123+74+121=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A79 is #84B586. Grayscale: #5D5D5D. Windows color (decimal): -8697223 or 7948923. OLE color: 7948923.

HSL color Cylindrical-coordinate representation of color #7B4A79: hue angle of 302.45º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4A79 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12374121-
CMYK00.400.020.52
HSL302.45º24.87%38.63%-
HSV(B)302.45º39.84%48.24%-
XYZ14.0710.4919.37-
YUV94.01143.23148.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=38.68%
G=23.27%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237412100.400.020.52302.4524.8738.63
Hex7B4A7902823412e1927
Octal1731121710502644563147
Binary11110111001010111100101010001011010010010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,121); }

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

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

 a { background-color: rgb(123,74,121); }

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

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

 span { border-color: rgb(123,74,121); }

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