Html Css Color HEX #7B527C Trendy Pink

📋 copy color: '#7B527C'

red 123 ◦ green 82 ◦ blue 124

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

Shades of Trendy Pink #7B527C

Tints of Trendy Pink #7B527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 37.39%
G = 24.92%
B = 37.69%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B527C (or 0x7B527C) is known color: Trendy Pink. HEX triplet: 7B, 52 and 7C. RGB value is (123,82,124). Sum of RGB (Red+Green+Blue) = 123+82+124=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B527C is #84AD83. Grayscale: #626262. Windows color (decimal): -8695172 or 8147579. OLE color: 8147579.

HSL color Cylindrical-coordinate representation of color #7B527C: hue angle of 298.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B527C is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 82 124 -
CMYK 0.01 0.34 0 0.51
HSL 298.57º 0.2% 0.4% -
HSV(B) 298.57º 0.34% 0.49% -
XYZ 14.82 11.7 20.55 -
YUV 99.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 123 82 124 0.01 0.34 0 0.51 298.57 0.2 0.4
Hex 7B 52 7C 1 22 0 33 12B 14 28
Octal 173 122 174 1 42 0 63 453 24 50
Binary 1111011 1010010 1111100 1 100010 0 110011 100101011 10100 101000

Color Harmonies of #7B527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B527C

Black with #7B527C

Text Example


Text Example

White with #7B527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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