Html Css Color HEX #7B5276 Trendy Pink

📋 copy color: '#7B5276'

red 123 ◦ green 82 ◦ blue 118

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

Shades of Trendy Pink #7B5276

Tints of Trendy Pink #7B5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 38.08%
G = 25.39%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B5276 (or 0x7B5276) is known color: Trendy Pink. HEX triplet: 7B, 52 and 76. RGB value is (123,82,118). Sum of RGB (Red+Green+Blue) = 123+82+118=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5276 is #84AD89. Grayscale: #626262. Windows color (decimal): -8695178 or 7754363. OLE color: 7754363.

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

Color convert

RGB 123 82 118 -
CMYK 0 0.33 0.04 0.52
HSL 307.32º 0.2% 0.4% -
HSV(B) 307.32º 0.33% 0.48% -
XYZ 14.46 11.55 18.61 -
YUV 98.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 123 82 118 0 0.33 0.04 0.52 307.32 0.2 0.4
Hex 7B 52 76 0 21 4 34 133 14 28
Octal 173 122 166 0 41 4 64 463 24 50
Binary 1111011 1010010 1110110 0 100001 100 110100 100110011 10100 101000

Color Harmonies of #7B5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5276

Black with #7B5276

Text Example


Text Example

White with #7B5276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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