Html Css Color HEX #755177 Trendy Pink

📋 copy color: '#755177'

red 117 ◦ green 81 ◦ blue 119

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

Shades of Trendy Pink #755177

Tints of Trendy Pink #755177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 36.91%
G = 25.55%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755177 (or 0x755177) is known color: Trendy Pink. HEX triplet: 75, 51 and 77. RGB value is (117,81,119). Sum of RGB (Red+Green+Blue) = 117+81+119=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #755177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755177 is #8AAE88. Grayscale: #5F5F5F. Windows color (decimal): -9088649 or 7819637. OLE color: 7819637.

HSL color Cylindrical-coordinate representation of color #755177: hue angle of 296.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755177 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 81 119 -
CMYK 0.02 0.32 0 0.53
HSL 296.84º 0.19% 0.39% -
HSV(B) 296.84º 0.32% 0.47% -
XYZ 13.61 11 18.86 -
YUV 96.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 117 81 119 0.02 0.32 0 0.53 296.84 0.19 0.39
Hex 75 51 77 2 20 0 35 129 13 27
Octal 165 121 167 2 40 0 65 451 23 47
Binary 1110101 1010001 1110111 10 100000 0 110101 100101001 10011 100111

Color Harmonies of #755177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755177

Black with #755177

Text Example


Text Example

White with #755177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755177; }

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

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

background-color css

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

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

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

border-color css

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

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

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