Html Css Color HEX #7B5A77 Trendy Pink

📋 copy color: '#7B5A77'

red 123 ◦ green 90 ◦ blue 119

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

Shades of Trendy Pink #7B5A77

Tints of Trendy Pink #7B5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 37.05%
G = 27.11%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7B5A77 (or 0x7B5A77) is known color: Trendy Pink. HEX triplet: 7B, 5A and 77. RGB value is (123,90,119). Sum of RGB (Red+Green+Blue) = 123+90+119=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A77 is #84A588. Grayscale: #676767. Windows color (decimal): -8693129 or 7821947. OLE color: 7821947.

HSL color Cylindrical-coordinate representation of color #7B5A77: hue angle of 307.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A77 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 90 119 -
CMYK 0 0.27 0.03 0.52
HSL 307.27º 0.15% 0.42% -
HSV(B) 307.27º 0.27% 0.48% -
XYZ 15.15 12.86 19.14 -
YUV 103.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 123 90 119 0 0.27 0.03 0.52 307.27 0.15 0.42
Hex 7B 5A 77 0 1B 3 34 133 F 2A
Octal 173 132 167 0 33 3 64 463 17 52
Binary 1111011 1011010 1110111 0 11011 11 110100 100110011 1111 101010

Color Harmonies of #7B5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A77

Black with #7B5A77

Text Example


Text Example

White with #7B5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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