Html Css Color HEX #725476 Trendy Pink

📋 copy color: '#725476'

red 114 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #725476

Tints of Trendy Pink #725476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 36.08%
G = 26.58%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#725476 (or 0x725476) is known color: Trendy Pink. HEX triplet: 72, 54 and 76. RGB value is (114,84,118). Sum of RGB (Red+Green+Blue) = 114+84+118=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #725476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725476 is #8DAB89. Grayscale: #606060. Windows color (decimal): -9284490 or 7754866. OLE color: 7754866.

HSL color Cylindrical-coordinate representation of color #725476: hue angle of 292.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725476 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 84 118 -
CMYK 0.03 0.29 0 0.54
HSL 292.94º 0.17% 0.4% -
HSV(B) 292.94º 0.29% 0.46% -
XYZ 13.38 11.23 18.6 -
YUV 96.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 114 84 118 0.03 0.29 0 0.54 292.94 0.17 0.4
Hex 72 54 76 3 1D 0 36 125 11 28
Octal 162 124 166 3 35 0 66 445 21 50
Binary 1110010 1010100 1110110 11 11101 0 110110 100100101 10001 101000

Color Harmonies of #725476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725476

Black with #725476

Text Example


Text Example

White with #725476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725476; }

 p { color: rgb(114,84,118); }

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

background-color css

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

 a { background-color: rgb(114,84,118); }

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

border-color css

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

 span { border-color: rgb(114,84,118); }

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