Html Css Color HEX #755472 Trendy Pink

📋 copy color: '#755472'

red 117 ◦ green 84 ◦ blue 114

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

Shades of Trendy Pink #755472

Tints of Trendy Pink #755472

RGB

 RED value IS 117 (46.09% from 255) = 37.14%

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

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

R = 37.14%
G = 26.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#755472 (or 0x755472) is known color: Trendy Pink. HEX triplet: 75, 54 and 72. RGB value is (117,84,114). Sum of RGB (Red+Green+Blue) = 117+84+114=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755472 is #8AAB8D. Grayscale: #616161. Windows color (decimal): -9087886 or 7492725. OLE color: 7492725.

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

Color convert

RGB 117 84 114 -
CMYK 0 0.28 0.03 0.54
HSL 305.45º 0.16% 0.39% -
HSV(B) 305.45º 0.28% 0.46% -
XYZ 13.54 11.34 17.39 -
YUV 97.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 117 84 114 0 0.28 0.03 0.54 305.45 0.16 0.39
Hex 75 54 72 0 1C 3 36 131 10 27
Octal 165 124 162 0 34 3 66 461 20 47
Binary 1110101 1010100 1110010 0 11100 11 110110 100110001 10000 100111

Color Harmonies of #755472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755472

Black with #755472

Text Example


Text Example

White with #755472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755472; }

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

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

background-color css

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

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

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

border-color css

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

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

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