Html Css Color HEX #755977 Trendy Pink

📋 copy color: '#755977'

red 117 ◦ green 89 ◦ blue 119

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

Shades of Trendy Pink #755977

Tints of Trendy Pink #755977

RGB

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

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

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

R = 36%
G = 27.38%
B = 36.62%

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

#755977 (or 0x755977) is known color: Trendy Pink. HEX triplet: 75, 59 and 77. RGB value is (117,89,119). Sum of RGB (Red+Green+Blue) = 117+89+119=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #755977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755977 is #8AA688. Grayscale: #646464. Windows color (decimal): -9086601 or 7821685. OLE color: 7821685.

HSL color Cylindrical-coordinate representation of color #755977: hue angle of 296º 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 #755977 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 89 119 -
CMYK 0.02 0.25 0 0.53
HSL 296º 0.14% 0.41% -
HSV(B) 296º 0.25% 0.47% -
XYZ 14.24 12.26 19.07 -
YUV 100.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 117 89 119 0.02 0.25 0 0.53 296 0.14 0.41
Hex 75 59 77 2 19 0 35 128 E 29
Octal 165 131 167 2 31 0 65 450 16 51
Binary 1110101 1011001 1110111 10 11001 0 110101 100101000 1110 101001

Color Harmonies of #755977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755977

Black with #755977

Text Example


Text Example

White with #755977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755977; }

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

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

background-color css

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

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

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

border-color css

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

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

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