Html Css Color HEX #7C527B Trendy Pink

📋 copy color: '#7C527B'

red 124 ◦ green 82 ◦ blue 123

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

Shades of Trendy Pink #7C527B

Tints of Trendy Pink #7C527B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #7C527B: hue angle of 301.43º 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 #7C527B is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 82 123 -
CMYK 0 0.34 0.01 0.51
HSL 301.43º 0.2% 0.4% -
HSV(B) 301.43º 0.34% 0.49% -
XYZ 14.9 11.75 20.22 -
YUV 99.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 124 82 123 0 0.34 0.01 0.51 301.43 0.2 0.4
Hex 7C 52 7B 0 22 1 33 12D 14 28
Octal 174 122 173 0 42 1 63 455 24 50
Binary 1111100 1010010 1111011 0 100010 1 110011 100101101 10100 101000

Color Harmonies of #7C527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C527B

Black with #7C527B

Text Example


Text Example

White with #7C527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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