Html Css Color HEX #755575 Trendy Pink

📋 copy color: '#755575'

red 117 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #755575

Tints of Trendy Pink #755575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 36.68%
G = 26.65%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755575 (or 0x755575) is known color: Trendy Pink. HEX triplet: 75, 55 and 75. RGB value is (117,85,117). Sum of RGB (Red+Green+Blue) = 117+85+117=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755575 is #8AAA8A. Grayscale: #626262. Windows color (decimal): -9087627 or 7689589. OLE color: 7689589.

HSL color Cylindrical-coordinate representation of color #755575: hue angle of 300º 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 #755575 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 117 -
CMYK 0 0.27 0 0.54
HSL 300º 0.16% 0.4% -
HSV(B) 300º 0.27% 0.46% -
XYZ 13.8 11.56 18.33 -
YUV 98.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 117 85 117 0 0.27 0 0.54 300 0.16 0.4
Hex 75 55 75 0 1B 0 36 12C 10 28
Octal 165 125 165 0 33 0 66 454 20 50
Binary 1110101 1010101 1110101 0 11011 0 110110 100101100 10000 101000

Color Harmonies of #755575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755575

Black with #755575

Text Example


Text Example

White with #755575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755575; }

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

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

background-color css

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

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

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

border-color css

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

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

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