Html Css Color HEX #735472 Trendy Pink

📋 copy color: '#735472'

red 115 ◦ green 84 ◦ blue 114

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

Shades of Trendy Pink #735472

Tints of Trendy Pink #735472

RGB

 RED value IS 115 (45.31% from 255) = 36.74%

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 36.74%
G = 26.84%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#735472 (or 0x735472) is known color: Trendy Pink. HEX triplet: 73, 54 and 72. RGB value is (115,84,114). Sum of RGB (Red+Green+Blue) = 115+84+114=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735472 is #8CAB8D. Grayscale: #606060. Windows color (decimal): -9218958 or 7492723. OLE color: 7492723.

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

Color convert

RGB 115 84 114 -
CMYK 0 0.27 0.01 0.55
HSL 301.94º 0.16% 0.39% -
HSV(B) 301.94º 0.27% 0.45% -
XYZ 13.28 11.2 17.38 -
YUV 96.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 115 84 114 0 0.27 0.01 0.55 301.94 0.16 0.39
Hex 73 54 72 0 1B 1 37 12E 10 27
Octal 163 124 162 0 33 1 67 456 20 47
Binary 1110011 1010100 1110010 0 11011 1 110111 100101110 10000 100111

Color Harmonies of #735472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735472

Black with #735472

Text Example


Text Example

White with #735472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735472; }

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

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

background-color css

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

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

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

border-color css

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

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

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