Html Css Color HEX #755578 Trendy Pink

📋 copy color: '#755578'

red 117 ◦ green 85 ◦ blue 120

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

Shades of Trendy Pink #755578

Tints of Trendy Pink #755578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 36.34%
G = 26.4%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755578 (or 0x755578) is known color: Trendy Pink. HEX triplet: 75, 55 and 78. RGB value is (117,85,120). Sum of RGB (Red+Green+Blue) = 117+85+120=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #755578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755578 is #8AAA87. Grayscale: #626262. Windows color (decimal): -9087624 or 7886197. OLE color: 7886197.

HSL color Cylindrical-coordinate representation of color #755578: hue angle of 294.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755578 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 85 120 -
CMYK 0.02 0.29 0 0.53
HSL 294.86º 0.17% 0.4% -
HSV(B) 294.86º 0.29% 0.47% -
XYZ 13.97 11.63 19.28 -
YUV 98.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 117 85 120 0.02 0.29 0 0.53 294.86 0.17 0.4
Hex 75 55 78 2 1D 0 35 127 11 28
Octal 165 125 170 2 35 0 65 447 21 50
Binary 1110101 1010101 1111000 10 11101 0 110101 100100111 10001 101000

Color Harmonies of #755578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755578

Black with #755578

Text Example


Text Example

White with #755578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755578; }

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

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

background-color css

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

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

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

border-color css

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

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

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