#7B5E7D

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

Shades of Trendy Pink #7B5E7D

Tints of Trendy Pink #7B5E7D

Color information

#7B5E7D (or 0x7B5E7D) is unknown color: approx Trendy Pink. HEX triplet: 7B, 5E and 7D. RGB value is (123,94,125). Sum of RGB (Red+Green+Blue) = 123+94+125=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B5E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5E7D is #84A182. Grayscale: #6A6A6A. Windows color (decimal): -8692099 or 8216187. OLE color: 8216187.

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

Color convert

RGB12394125-
CMYK0.020.2500.51
HSL296.13º14.16%42.94%-
HSV(B)296.13º24.8%49.02%-
XYZ15.8713.721.21-
YUV106.2138.61139.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.96%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=35.96%
G=27.49%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123941250.020.2500.51296.1314.1642.94
Hex7B5E7D219033128e2b
Octal1731361752310634501653
Binary111101110111101111101101100101100111001010001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,94,125); }

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

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

 a { background-color: rgb(123,94,125); }

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

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

 span { border-color: rgb(123,94,125); }

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