#7B5074

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

Shades of Trendy Pink #7B5074

Tints of Trendy Pink #7B5074

Color information

#7B5074 (or 0x7B5074) is unknown color: approx Trendy Pink. HEX triplet: 7B, 50 and 74. RGB value is (123,80,116). Sum of RGB (Red+Green+Blue) = 123+80+116=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5074 is #84AF8B. Grayscale: #606060. Windows color (decimal): -8695692 or 7622779. OLE color: 7622779.

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

Color convert

RGB12380116-
CMYK00.350.060.52
HSL309.77º21.18%39.8%-
HSV(B)309.77º34.96%48.24%-
XYZ14.1911.2117.94-
YUV96.96138.75146.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=38.56%
G=25.08%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238011600.350.060.52309.7721.1839.8
Hex7B50740236341361528
Octal1731201640436644662550
Binary111101110100001110100010001111011010010011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,116); }

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

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

 a { background-color: rgb(123,80,116); }

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

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

 span { border-color: rgb(123,80,116); }

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