#7B4F79

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

Shades of Trendy Pink #7B4F79

Tints of Trendy Pink #7B4F79

Color information

#7B4F79 (or 0x7B4F79) is unknown color: approx Trendy Pink. HEX triplet: 7B, 4F and 79. RGB value is (123,79,121). Sum of RGB (Red+Green+Blue) = 123+79+121=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4F79 is #84B086. Grayscale: #606060. Windows color (decimal): -8695943 or 7950203. OLE color: 7950203.

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

Color convert

RGB12379121-
CMYK00.360.020.52
HSL302.73º21.78%39.61%-
HSV(B)302.73º35.77%48.24%-
XYZ14.4211.1819.49-
YUV96.94141.58146.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=38.08%
G=24.46%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237912100.360.020.52302.7321.7839.61
Hex7B4F7902423412f1628
Octal1731171710442644572650
Binary11110111001111111100101001001011010010010111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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