Html Css Color HEX #755573 Trendy Pink

📋 copy color: '#755573'

red 117 ◦ green 85 ◦ blue 115

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

Shades of Trendy Pink #755573

Tints of Trendy Pink #755573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 36.91%
G = 26.81%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#755573 (or 0x755573) is known color: Trendy Pink. HEX triplet: 75, 55 and 73. RGB value is (117,85,115). Sum of RGB (Red+Green+Blue) = 117+85+115=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755573 is #8AAA8C. Grayscale: #616161. Windows color (decimal): -9087629 or 7558517. OLE color: 7558517.

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

Color convert

RGB 117 85 115 -
CMYK 0 0.27 0.02 0.54
HSL 303.75º 0.16% 0.4% -
HSV(B) 303.75º 0.27% 0.46% -
XYZ 13.68 11.52 17.72 -
YUV 97.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 117 85 115 0 0.27 0.02 0.54 303.75 0.16 0.4
Hex 75 55 73 0 1B 2 36 130 10 28
Octal 165 125 163 0 33 2 66 460 20 50
Binary 1110101 1010101 1110011 0 11011 10 110110 100110000 10000 101000

Color Harmonies of #755573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755573

Black with #755573

Text Example


Text Example

White with #755573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755573; }

 p { color: rgb(117,85,115); }

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

background-color css

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

 a { background-color: rgb(117,85,115); }

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

border-color css

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

 span { border-color: rgb(117,85,115); }

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