Html Css Color HEX #725373 Trendy Pink

📋 copy color: '#725373'

red 114 ◦ green 83 ◦ blue 115

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

Shades of Trendy Pink #725373

Tints of Trendy Pink #725373

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 36.54%
G = 26.6%
B = 36.86%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#725373 (or 0x725373) is known color: Trendy Pink. HEX triplet: 72, 53 and 73. RGB value is (114,83,115). Sum of RGB (Red+Green+Blue) = 114+83+115=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #725373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725373 is #8DAC8C. Grayscale: #5F5F5F. Windows color (decimal): -9284749 or 7558002. OLE color: 7558002.

HSL color Cylindrical-coordinate representation of color #725373: hue angle of 298.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725373 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 115 -
CMYK 0.01 0.28 0 0.55
HSL 298.13º 0.16% 0.39% -
HSV(B) 298.13º 0.28% 0.45% -
XYZ 13.13 11 17.65 -
YUV 95.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 114 83 115 0.01 0.28 0 0.55 298.13 0.16 0.39
Hex 72 53 73 1 1C 0 37 12A 10 27
Octal 162 123 163 1 34 0 67 452 20 47
Binary 1110010 1010011 1110011 1 11100 0 110111 100101010 10000 100111

Color Harmonies of #725373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725373

Black with #725373

Text Example


Text Example

White with #725373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725373; }

 p { color: rgb(114,83,115); }

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

background-color css

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

 a { background-color: rgb(114,83,115); }

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

border-color css

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

 span { border-color: rgb(114,83,115); }

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