Html Css Color HEX #755776 Trendy Pink

📋 copy color: '#755776'

red 117 ◦ green 87 ◦ blue 118

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

Shades of Trendy Pink #755776

Tints of Trendy Pink #755776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 36.34%
G = 27.02%
B = 36.65%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755776 (or 0x755776) is known color: Trendy Pink. HEX triplet: 75, 57 and 76. RGB value is (117,87,118). Sum of RGB (Red+Green+Blue) = 117+87+118=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #755776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755776 is #8AA889. Grayscale: #636363. Windows color (decimal): -9087114 or 7755637. OLE color: 7755637.

HSL color Cylindrical-coordinate representation of color #755776: hue angle of 298.06º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755776 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 118 -
CMYK 0.01 0.26 0 0.54
HSL 298.06º 0.15% 0.4% -
HSV(B) 298.06º 0.26% 0.46% -
XYZ 14.01 11.91 18.7 -
YUV 99.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 117 87 118 0.01 0.26 0 0.54 298.06 0.15 0.4
Hex 75 57 76 1 1A 0 36 12A F 28
Octal 165 127 166 1 32 0 66 452 17 50
Binary 1110101 1010111 1110110 1 11010 0 110110 100101010 1111 101000

Color Harmonies of #755776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755776

Black with #755776

Text Example


Text Example

White with #755776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755776; }

 p { color: rgb(117,87,118); }

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

background-color css

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

 a { background-color: rgb(117,87,118); }

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

border-color css

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

 span { border-color: rgb(117,87,118); }

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