Html Css Color HEX #775676 Trendy Pink

📋 copy color: '#775676'

red 119 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #775676

Tints of Trendy Pink #775676

RGB

 RED value IS 119 (46.88% from 255) = 36.84%

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

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

R = 36.84%
G = 26.63%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775676 (or 0x775676) is known color: Trendy Pink. HEX triplet: 77, 56 and 76. RGB value is (119,86,118). Sum of RGB (Red+Green+Blue) = 119+86+118=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #775676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775676 is #88A989. Grayscale: #636363. Windows color (decimal): -8956298 or 7755383. OLE color: 7755383.

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

Color convert

RGB 119 86 118 -
CMYK 0 0.28 0.01 0.53
HSL 301.82º 0.16% 0.4% -
HSV(B) 301.82º 0.28% 0.47% -
XYZ 14.21 11.89 18.68 -
YUV 99.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 119 86 118 0 0.28 0.01 0.53 301.82 0.16 0.4
Hex 77 56 76 0 1C 1 35 12E 10 28
Octal 167 126 166 0 34 1 65 456 20 50
Binary 1110111 1010110 1110110 0 11100 1 110101 100101110 10000 101000

Color Harmonies of #775676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775676

Black with #775676

Text Example


Text Example

White with #775676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775676; }

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

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

background-color css

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

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

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

border-color css

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

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

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