Html Css Color HEX #7B5B78 Trendy Pink

📋 copy color: '#7B5B78'

red 123 ◦ green 91 ◦ blue 120

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

Shades of Trendy Pink #7B5B78

Tints of Trendy Pink #7B5B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 36.83%
G = 27.25%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B5B78 (or 0x7B5B78) is known color: Trendy Pink. HEX triplet: 7B, 5B and 78. RGB value is (123,91,120). Sum of RGB (Red+Green+Blue) = 123+91+120=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B78 is #84A487. Grayscale: #676767. Windows color (decimal): -8692872 or 7887739. OLE color: 7887739.

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

Color convert

RGB 123 91 120 -
CMYK 0 0.26 0.02 0.52
HSL 305.63º 0.15% 0.42% -
HSV(B) 305.63º 0.26% 0.48% -
XYZ 15.3 13.05 19.48 -
YUV 103.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 123 91 120 0 0.26 0.02 0.52 305.63 0.15 0.42
Hex 7B 5B 78 0 1A 2 34 132 F 2A
Octal 173 133 170 0 32 2 64 462 17 52
Binary 1111011 1011011 1111000 0 11010 10 110100 100110010 1111 101010

Color Harmonies of #7B5B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5B78

Black with #7B5B78

Text Example


Text Example

White with #7B5B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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