Html Css Color HEX #7D527A Trendy Pink

📋 copy color: '#7D527A'

red 125 ◦ green 82 ◦ blue 122

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

Shades of Trendy Pink #7D527A

Tints of Trendy Pink #7D527A

RGB

 RED value IS 125 (49.22% from 255) = 37.99%

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 37.99%
G = 24.92%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D527A (or 0x7D527A) is known color: Trendy Pink. HEX triplet: 7D, 52 and 7A. RGB value is (125,82,122). Sum of RGB (Red+Green+Blue) = 125+82+122=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D527A is #82AD85. Grayscale: #636363. Windows color (decimal): -8564102 or 8016509. OLE color: 8016509.

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

Color convert

RGB 125 82 122 -
CMYK 0 0.34 0.02 0.51
HSL 304.19º 0.21% 0.41% -
HSV(B) 304.19º 0.34% 0.49% -
XYZ 14.99 11.8 19.9 -
YUV 99.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 125 82 122 0 0.34 0.02 0.51 304.19 0.21 0.41
Hex 7D 52 7A 0 22 2 33 130 15 29
Octal 175 122 172 0 42 2 63 460 25 51
Binary 1111101 1010010 1111010 0 100010 10 110011 100110000 10101 101001

Color Harmonies of #7D527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D527A

Black with #7D527A

Text Example


Text Example

White with #7D527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,122); }

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

background-color css

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

 a { background-color: rgb(125,82,122); }

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

border-color css

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

 span { border-color: rgb(125,82,122); }

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