Html Css Color HEX #7D5275 Trendy Pink

📋 copy color: '#7D5275'

red 125 ◦ green 82 ◦ blue 117

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

Shades of Trendy Pink #7D5275

Tints of Trendy Pink #7D5275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 38.58%
G = 25.31%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D5275 (or 0x7D5275) is known color: Trendy Pink. HEX triplet: 7D, 52 and 75. RGB value is (125,82,117). Sum of RGB (Red+Green+Blue) = 125+82+117=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5275 is #82AD8A. Grayscale: #626262. Windows color (decimal): -8564107 or 7688829. OLE color: 7688829.

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

Color convert

RGB 125 82 117 -
CMYK 0 0.34 0.06 0.51
HSL 311.16º 0.21% 0.41% -
HSV(B) 311.16º 0.34% 0.49% -
XYZ 14.69 11.68 18.31 -
YUV 98.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 125 82 117 0 0.34 0.06 0.51 311.16 0.21 0.41
Hex 7D 52 75 0 22 6 33 137 15 29
Octal 175 122 165 0 42 6 63 467 25 51
Binary 1111101 1010010 1110101 0 100010 110 110011 100110111 10101 101001

Color Harmonies of #7D5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5275

Black with #7D5275

Text Example


Text Example

White with #7D5275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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