Html Css Color HEX #7B5478 Trendy Pink

📋 copy color: '#7B5478'

red 123 ◦ green 84 ◦ blue 120

#7B5478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #7B5478

Tints of Trendy Pink #7B5478

RGB

 RED value IS 123 (48.44% from 255) = 37.61%

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 120 (47.27% from 255) = 36.7%

R = 37.61%
G = 25.69%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B5478 (or 0x7B5478) is known color: Trendy Pink. HEX triplet: 7B, 54 and 78. RGB value is (123,84,120). Sum of RGB (Red+Green+Blue) = 123+84+120=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5478 is #84AB87. Grayscale: #636363. Windows color (decimal): -8694664 or 7885947. OLE color: 7885947.

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

Color convert

RGB 123 84 120 -
CMYK 0 0.32 0.02 0.52
HSL 304.62º 0.19% 0.41% -
HSV(B) 304.62º 0.32% 0.48% -
XYZ 14.73 11.91 19.29 -
YUV 99.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 123 84 120 0 0.32 0.02 0.52 304.62 0.19 0.41
Hex 7B 54 78 0 20 2 34 131 13 29
Octal 173 124 170 0 40 2 64 461 23 51
Binary 1111011 1010100 1111000 0 100000 10 110100 100110001 10011 101001

Color Harmonies of #7B5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5478

Black with #7B5478

Text Example


Text Example

White with #7B5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,120); }

 H1.HeaderClassName
 {
   color: #7B5478;
 }
 .AnyTagClassName
 {
   color: #7B5478;
 }
</style>

background-color css

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

 a { background-color: rgb(123,84,120); }

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

border-color css

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

 span { border-color: rgb(123,84,120); }

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