Html Css Color HEX #755975 Trendy Pink

📋 copy color: '#755975'

red 117 ◦ green 89 ◦ blue 117

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

Shades of Trendy Pink #755975

Tints of Trendy Pink #755975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 36.22%
G = 27.55%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755975 (or 0x755975) is known color: Trendy Pink. HEX triplet: 75, 59 and 75. RGB value is (117,89,117). Sum of RGB (Red+Green+Blue) = 117+89+117=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755975 is #8AA68A. Grayscale: #646464. Windows color (decimal): -9086603 or 7690613. OLE color: 7690613.

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

Color convert

RGB 117 89 117 -
CMYK 0 0.24 0 0.54
HSL 300º 0.14% 0.4% -
HSV(B) 300º 0.24% 0.46% -
XYZ 14.12 12.21 18.44 -
YUV 100.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 117 89 117 0 0.24 0 0.54 300 0.14 0.4
Hex 75 59 75 0 18 0 36 12C E 28
Octal 165 131 165 0 30 0 66 454 16 50
Binary 1110101 1011001 1110101 0 11000 0 110110 100101100 1110 101000

Color Harmonies of #755975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755975

Black with #755975

Text Example


Text Example

White with #755975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755975; }

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

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

background-color css

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

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

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

border-color css

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

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

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