Html Css Color HEX #7B5379 Trendy Pink

📋 copy color: '#7B5379'

red 123 ◦ green 83 ◦ blue 121

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

Shades of Trendy Pink #7B5379

Tints of Trendy Pink #7B5379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37%

R = 37.61%
G = 25.38%
B = 37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B5379 (or 0x7B5379) is known color: Trendy Pink. HEX triplet: 7B, 53 and 79. RGB value is (123,83,121). Sum of RGB (Red+Green+Blue) = 123+83+121=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5379 is #84AC86. Grayscale: #636363. Windows color (decimal): -8694919 or 7951227. OLE color: 7951227.

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

Color convert

RGB 123 83 121 -
CMYK 0 0.33 0.02 0.52
HSL 303º 0.19% 0.4% -
HSV(B) 303º 0.33% 0.48% -
XYZ 14.71 11.78 19.59 -
YUV 99.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 123 83 121 0 0.33 0.02 0.52 303 0.19 0.4
Hex 7B 53 79 0 21 2 34 12F 13 28
Octal 173 123 171 0 41 2 64 457 23 50
Binary 1111011 1010011 1111001 0 100001 10 110100 100101111 10011 101000

Color Harmonies of #7B5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5379

Black with #7B5379

Text Example


Text Example

White with #7B5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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