Html Css Color HEX #7B5A78 Trendy Pink

📋 copy color: '#7B5A78'

red 123 ◦ green 90 ◦ blue 120

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

Shades of Trendy Pink #7B5A78

Tints of Trendy Pink #7B5A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 36.94%
G = 27.03%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B5A78 (or 0x7B5A78) is known color: Trendy Pink. HEX triplet: 7B, 5A and 78. RGB value is (123,90,120). Sum of RGB (Red+Green+Blue) = 123+90+120=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A78 is #84A587. Grayscale: #676767. Windows color (decimal): -8693128 or 7887483. OLE color: 7887483.

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

Color convert

RGB 123 90 120 -
CMYK 0 0.27 0.02 0.52
HSL 305.45º 0.15% 0.42% -
HSV(B) 305.45º 0.27% 0.48% -
XYZ 15.21 12.88 19.45 -
YUV 103.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 123 90 120 0 0.27 0.02 0.52 305.45 0.15 0.42
Hex 7B 5A 78 0 1B 2 34 131 F 2A
Octal 173 132 170 0 33 2 64 461 17 52
Binary 1111011 1011010 1111000 0 11011 10 110100 100110001 1111 101010

Color Harmonies of #7B5A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A78

Black with #7B5A78

Text Example


Text Example

White with #7B5A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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