Html Css Color HEX #755A77 Trendy Pink

📋 copy color: '#755A77'

red 117 ◦ green 90 ◦ blue 119

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

Shades of Trendy Pink #755A77

Tints of Trendy Pink #755A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.5%

R = 35.89%
G = 27.61%
B = 36.5%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755A77 (or 0x755A77) is known color: Trendy Pink. HEX triplet: 75, 5A and 77. RGB value is (117,90,119). Sum of RGB (Red+Green+Blue) = 117+90+119=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #755A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A77 is #8AA588. Grayscale: #656565. Windows color (decimal): -9086345 or 7821941. OLE color: 7821941.

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

Color convert

RGB 117 90 119 -
CMYK 0.02 0.24 0 0.53
HSL 295.86º 0.14% 0.41% -
HSV(B) 295.86º 0.24% 0.47% -
XYZ 14.32 12.43 19.1 -
YUV 101.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 117 90 119 0.02 0.24 0 0.53 295.86 0.14 0.41
Hex 75 5A 77 2 18 0 35 128 E 29
Octal 165 132 167 2 30 0 65 450 16 51
Binary 1110101 1011010 1110111 10 11000 0 110101 100101000 1110 101001

Color Harmonies of #755A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A77

Black with #755A77

Text Example


Text Example

White with #755A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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