Html Css Color HEX #7B5376 Trendy Pink

📋 copy color: '#7B5376'

red 123 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #7B5376

Tints of Trendy Pink #7B5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

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

R = 37.96%
G = 25.62%
B = 36.42%

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

#7B5376 (or 0x7B5376) is known color: Trendy Pink. HEX triplet: 7B, 53 and 76. RGB value is (123,83,118). Sum of RGB (Red+Green+Blue) = 123+83+118=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5376 is #84AC89. Grayscale: #626262. Windows color (decimal): -8694922 or 7754619. OLE color: 7754619.

HSL color Cylindrical-coordinate representation of color #7B5376: hue angle of 307.5º degrees, saturation: 0.19, 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 #7B5376 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 83 118 -
CMYK 0 0.33 0.04 0.52
HSL 307.5º 0.19% 0.4% -
HSV(B) 307.5º 0.33% 0.48% -
XYZ 14.53 11.71 18.63 -
YUV 98.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 123 83 118 0 0.33 0.04 0.52 307.5 0.19 0.4
Hex 7B 53 76 0 21 4 34 134 13 28
Octal 173 123 166 0 41 4 64 464 23 50
Binary 1111011 1010011 1110110 0 100001 100 110100 100110100 10011 101000

Color Harmonies of #7B5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5376

Black with #7B5376

Text Example


Text Example

White with #7B5376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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