#784B7A

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

Shades of Trendy Pink #784B7A

Tints of Trendy Pink #784B7A

Color information

#784B7A (or 0x784B7A) is unknown color: approx Trendy Pink. HEX triplet: 78, 4B and 7A. RGB value is (120,75,122). Sum of RGB (Red+Green+Blue) = 120+75+122=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #784B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B7A is #87B485. Grayscale: #5D5D5D. Windows color (decimal): -8893574 or 8014712. OLE color: 8014712.

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

Color convert

RGB12075122-
CMYK0.020.3900.52
HSL297.45º23.86%38.63%-
HSV(B)297.45º38.52%47.84%-
XYZ13.7710.4319.7-
YUV93.81143.91146.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=37.85%
G=23.66%
B=38.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120751220.020.3900.52297.4523.8638.63
Hex784B7A2270341291827
Octal1701131722470644513047
Binary11110001001011111101010100111011010010010100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B7A; }

 p { color: rgb(120,75,122); }

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

<style>
 a { background-color: #784B7A; }

 a { background-color: rgb(120,75,122); }

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

<style>
 span { border-color: #784B7A; }

 span { border-color: rgb(120,75,122); }

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