Html Css Color HEX #7B5377 Trendy Pink

📋 copy color: '#7B5377'

red 123 ◦ green 83 ◦ blue 119

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

Shades of Trendy Pink #7B5377

Tints of Trendy Pink #7B5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 37.85%
G = 25.54%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7B5377 (or 0x7B5377) is known color: Trendy Pink. HEX triplet: 7B, 53 and 77. RGB value is (123,83,119). Sum of RGB (Red+Green+Blue) = 123+83+119=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5377 is #84AC88. Grayscale: #626262. Windows color (decimal): -8694921 or 7820155. OLE color: 7820155.

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

Color convert

RGB 123 83 119 -
CMYK 0 0.33 0.03 0.52
HSL 306º 0.19% 0.4% -
HSV(B) 306º 0.33% 0.48% -
XYZ 14.59 11.73 18.95 -
YUV 99.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 123 83 119 0 0.33 0.03 0.52 306 0.19 0.4
Hex 7B 53 77 0 21 3 34 132 13 28
Octal 173 123 167 0 41 3 64 462 23 50
Binary 1111011 1010011 1110111 0 100001 11 110100 100110010 10011 101000

Color Harmonies of #7B5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5377

Black with #7B5377

Text Example


Text Example

White with #7B5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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