Html Css Color HEX #755D77 Trendy Pink

📋 copy color: '#755D77'

red 117 ◦ green 93 ◦ blue 119

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

Shades of Trendy Pink #755D77

Tints of Trendy Pink #755D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 35.56%
G = 28.27%
B = 36.17%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755D77 (or 0x755D77) is known color: Trendy Pink. HEX triplet: 75, 5D and 77. RGB value is (117,93,119). Sum of RGB (Red+Green+Blue) = 117+93+119=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #755D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D77 is #8AA288. Grayscale: #676767. Windows color (decimal): -9085577 or 7822709. OLE color: 7822709.

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

Color convert

RGB 117 93 119 -
CMYK 0.02 0.22 0 0.53
HSL 295.38º 0.12% 0.42% -
HSV(B) 295.38º 0.22% 0.47% -
XYZ 14.58 12.94 19.18 -
YUV 103.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 117 93 119 0.02 0.22 0 0.53 295.38 0.12 0.42
Hex 75 5D 77 2 16 0 35 127 C 2A
Octal 165 135 167 2 26 0 65 447 14 52
Binary 1110101 1011101 1110111 10 10110 0 110101 100100111 1100 101010

Color Harmonies of #755D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D77

Black with #755D77

Text Example


Text Example

White with #755D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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