Html Css Color HEX #755877 Trendy Pink

📋 copy color: '#755877'

red 117 ◦ green 88 ◦ blue 119

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

Shades of Trendy Pink #755877

Tints of Trendy Pink #755877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 36.11%
G = 27.16%
B = 36.73%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755877 (or 0x755877) is known color: Trendy Pink. HEX triplet: 75, 58 and 77. RGB value is (117,88,119). Sum of RGB (Red+Green+Blue) = 117+88+119=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #755877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755877 is #8AA788. Grayscale: #646464. Windows color (decimal): -9086857 or 7821429. OLE color: 7821429.

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

Color convert

RGB 117 88 119 -
CMYK 0.02 0.26 0 0.53
HSL 296.13º 0.15% 0.41% -
HSV(B) 296.13º 0.26% 0.47% -
XYZ 14.16 12.09 19.04 -
YUV 100.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 117 88 119 0.02 0.26 0 0.53 296.13 0.15 0.41
Hex 75 58 77 2 1A 0 35 128 F 29
Octal 165 130 167 2 32 0 65 450 17 51
Binary 1110101 1011000 1110111 10 11010 0 110101 100101000 1111 101001

Color Harmonies of #755877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755877

Black with #755877

Text Example


Text Example

White with #755877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755877; }

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

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

background-color css

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

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

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

border-color css

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

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

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