Html Css Color HEX #755A78 Trendy Pink

📋 copy color: '#755A78'

red 117 ◦ green 90 ◦ blue 120

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

Shades of Trendy Pink #755A78

Tints of Trendy Pink #755A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 35.78%
G = 27.52%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755A78 (or 0x755A78) is known color: Trendy Pink. HEX triplet: 75, 5A and 78. RGB value is (117,90,120). Sum of RGB (Red+Green+Blue) = 117+90+120=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #755A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A78 is #8AA587. Grayscale: #656565. Windows color (decimal): -9086344 or 7887477. OLE color: 7887477.

HSL color Cylindrical-coordinate representation of color #755A78: hue angle of 294º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755A78 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 90 120 -
CMYK 0.02 0.25 0 0.53
HSL 294º 0.14% 0.41% -
HSV(B) 294º 0.25% 0.47% -
XYZ 14.38 12.45 19.41 -
YUV 101.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 117 90 120 0.02 0.25 0 0.53 294 0.14 0.41
Hex 75 5A 78 2 19 0 35 126 E 29
Octal 165 132 170 2 31 0 65 446 16 51
Binary 1110101 1011010 1111000 10 11001 0 110101 100100110 1110 101001

Color Harmonies of #755A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A78

Black with #755A78

Text Example


Text Example

White with #755A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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