#7B5677

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

Shades of Trendy Pink #7B5677

Tints of Trendy Pink #7B5677

Color information

#7B5677 (or 0x7B5677) is unknown color: approx Trendy Pink. HEX triplet: 7B, 56 and 77. RGB value is (123,86,119). Sum of RGB (Red+Green+Blue) = 123+86+119=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5677 is #84A988. Grayscale: #646464. Windows color (decimal): -8694153 or 7820923. OLE color: 7820923.

HSL color Cylindrical-coordinate representation of color #7B5677: hue angle of 306.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5677 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12386119-
CMYK00.300.030.52
HSL306.49º17.7%40.98%-
HSV(B)306.49º30.08%48.24%-
XYZ14.8312.219.03-
YUV100.82138.26143.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=37.5%
G=26.22%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238611900.300.030.52306.4917.740.98
Hex7B567701E3341321229
Octal1731261670363644622251
Binary1111011101011011101110111101111010010011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,119); }

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

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

 a { background-color: rgb(123,86,119); }

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

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

 span { border-color: rgb(123,86,119); }

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