Html Css Color HEX #7B5176 Trendy Pink

📋 copy color: '#7B5176'

red 123 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #7B5176

Tints of Trendy Pink #7B5176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 38.2%
G = 25.16%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B5176 (or 0x7B5176) is known color: Trendy Pink. HEX triplet: 7B, 51 and 76. RGB value is (123,81,118). Sum of RGB (Red+Green+Blue) = 123+81+118=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5176 is #84AE89. Grayscale: #616161. Windows color (decimal): -8695434 or 7754107. OLE color: 7754107.

HSL color Cylindrical-coordinate representation of color #7B5176: hue angle of 307.14º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5176 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 81 118 -
CMYK 0 0.34 0.04 0.52
HSL 307.14º 0.21% 0.4% -
HSV(B) 307.14º 0.34% 0.48% -
XYZ 14.38 11.4 18.58 -
YUV 97.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 123 81 118 0 0.34 0.04 0.52 307.14 0.21 0.4
Hex 7B 51 76 0 22 4 34 133 15 28
Octal 173 121 166 0 42 4 64 463 25 50
Binary 1111011 1010001 1110110 0 100010 100 110100 100110011 10101 101000

Color Harmonies of #7B5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5176

Black with #7B5176

Text Example


Text Example

White with #7B5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,118); }

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

background-color css

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

 a { background-color: rgb(123,81,118); }

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

border-color css

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

 span { border-color: rgb(123,81,118); }

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