Html Css Color HEX #755B77 Trendy Pink

📋 copy color: '#755B77'

red 117 ◦ green 91 ◦ blue 119

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

Shades of Trendy Pink #755B77

Tints of Trendy Pink #755B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 35.78%
G = 27.83%
B = 36.39%

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

#755B77 (or 0x755B77) is known color: Trendy Pink. HEX triplet: 75, 5B and 77. RGB value is (117,91,119). Sum of RGB (Red+Green+Blue) = 117+91+119=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #755B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B77 is #8AA488. Grayscale: #656565. Windows color (decimal): -9086089 or 7822197. OLE color: 7822197.

HSL color Cylindrical-coordinate representation of color #755B77: hue angle of 295.71º degrees, saturation: 0.13, 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 #755B77 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 91 119 -
CMYK 0.02 0.24 0 0.53
HSL 295.71º 0.13% 0.41% -
HSV(B) 295.71º 0.24% 0.47% -
XYZ 14.41 12.6 19.12 -
YUV 101.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 117 91 119 0.02 0.24 0 0.53 295.71 0.13 0.41
Hex 75 5B 77 2 18 0 35 128 D 29
Octal 165 133 167 2 30 0 65 450 15 51
Binary 1110101 1011011 1110111 10 11000 0 110101 100101000 1101 101001

Color Harmonies of #755B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B77

Black with #755B77

Text Example


Text Example

White with #755B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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