Html Css Color HEX #755576 Trendy Pink

📋 copy color: '#755576'

red 117 ◦ green 85 ◦ blue 118

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

Shades of Trendy Pink #755576

Tints of Trendy Pink #755576

RGB

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

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

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

R = 36.56%
G = 26.56%
B = 36.88%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755576 (or 0x755576) is known color: Trendy Pink. HEX triplet: 75, 55 and 76. RGB value is (117,85,118). Sum of RGB (Red+Green+Blue) = 117+85+118=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #755576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755576 is #8AAA89. Grayscale: #626262. Windows color (decimal): -9087626 or 7755125. OLE color: 7755125.

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

Color convert

RGB 117 85 118 -
CMYK 0.01 0.28 0 0.54
HSL 298.18º 0.16% 0.4% -
HSV(B) 298.18º 0.28% 0.46% -
XYZ 13.85 11.59 18.65 -
YUV 98.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 117 85 118 0.01 0.28 0 0.54 298.18 0.16 0.4
Hex 75 55 76 1 1C 0 36 12A 10 28
Octal 165 125 166 1 34 0 66 452 20 50
Binary 1110101 1010101 1110110 1 11100 0 110110 100101010 10000 101000

Color Harmonies of #755576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755576

Black with #755576

Text Example


Text Example

White with #755576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755576; }

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

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

background-color css

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

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

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

border-color css

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

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

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