Html Css Color HEX #755676 Trendy Pink

📋 copy color: '#755676'

red 117 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #755676

Tints of Trendy Pink #755676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 36.45%
G = 26.79%
B = 36.76%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755676 (or 0x755676) is known color: Trendy Pink. HEX triplet: 75, 56 and 76. RGB value is (117,86,118). Sum of RGB (Red+Green+Blue) = 117+86+118=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #755676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755676 is #8AA989. Grayscale: #626262. Windows color (decimal): -9087370 or 7755381. OLE color: 7755381.

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

Color convert

RGB 117 86 118 -
CMYK 0.01 0.27 0 0.54
HSL 298.13º 0.16% 0.4% -
HSV(B) 298.13º 0.27% 0.46% -
XYZ 13.93 11.75 18.67 -
YUV 98.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 117 86 118 0.01 0.27 0 0.54 298.13 0.16 0.4
Hex 75 56 76 1 1B 0 36 12A 10 28
Octal 165 126 166 1 33 0 66 452 20 50
Binary 1110101 1010110 1110110 1 11011 0 110110 100101010 10000 101000

Color Harmonies of #755676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755676

Black with #755676

Text Example


Text Example

White with #755676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755676; }

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

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

background-color css

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

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

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

border-color css

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

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

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