Html Css Color HEX #7B5780 Trendy Pink

📋 copy color: '#7B5780'

red 123 ◦ green 87 ◦ blue 128

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

Shades of Trendy Pink #7B5780

Tints of Trendy Pink #7B5780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 36.39%
G = 25.74%
B = 37.87%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B5780 (or 0x7B5780) is known color: Trendy Pink. HEX triplet: 7B, 57 and 80. RGB value is (123,87,128). Sum of RGB (Red+Green+Blue) = 123+87+128=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B5780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5780 is #84A87F. Grayscale: #666666. Windows color (decimal): -8693888 or 8411003. OLE color: 8411003.

HSL color Cylindrical-coordinate representation of color #7B5780: hue angle of 292.68º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5780 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 87 128 -
CMYK 0.04 0.32 0 0.50
HSL 292.68º 0.19% 0.42% -
HSV(B) 292.68º 0.32% 0.5% -
XYZ 15.47 12.59 22.04 -
YUV 102.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 123 87 128 0.04 0.32 0 0.50 292.68 0.19 0.42
Hex 7B 57 80 4 20 0 32 125 13 2A
Octal 173 127 200 4 40 0 62 445 23 52
Binary 1111011 1010111 10000000 100 100000 0 110010 100100101 10011 101010

Color Harmonies of #7B5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5780

Black with #7B5780

Text Example


Text Example

White with #7B5780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,87,128); }

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

background-color css

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

 a { background-color: rgb(123,87,128); }

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

border-color css

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

 span { border-color: rgb(123,87,128); }

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