Html Css Color HEX #755475 Trendy Pink

📋 copy color: '#755475'

red 117 ◦ green 84 ◦ blue 117

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

Shades of Trendy Pink #755475

Tints of Trendy Pink #755475

RGB

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

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

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

R = 36.79%
G = 26.42%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755475 (or 0x755475) is known color: Trendy Pink. HEX triplet: 75, 54 and 75. RGB value is (117,84,117). Sum of RGB (Red+Green+Blue) = 117+84+117=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755475 is #8AAB8A. Grayscale: #616161. Windows color (decimal): -9087883 or 7689333. OLE color: 7689333.

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

Color convert

RGB 117 84 117 -
CMYK 0 0.28 0 0.54
HSL 300º 0.16% 0.39% -
HSV(B) 300º 0.28% 0.46% -
XYZ 13.72 11.41 18.31 -
YUV 97.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 117 84 117 0 0.28 0 0.54 300 0.16 0.39
Hex 75 54 75 0 1C 0 36 12C 10 27
Octal 165 124 165 0 34 0 66 454 20 47
Binary 1110101 1010100 1110101 0 11100 0 110110 100101100 10000 100111

Color Harmonies of #755475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755475

Black with #755475

Text Example


Text Example

White with #755475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755475; }

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

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

background-color css

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

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

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

border-color css

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

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

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