Html Css Color HEX #775176 Trendy Pink

📋 copy color: '#775176'

red 119 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #775176

Tints of Trendy Pink #775176

RGB

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

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

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

R = 37.42%
G = 25.47%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775176 (or 0x775176) is known color: Trendy Pink. HEX triplet: 77, 51 and 76. RGB value is (119,81,118). Sum of RGB (Red+Green+Blue) = 119+81+118=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775176 is #88AE89. Grayscale: #606060. Windows color (decimal): -8957578 or 7754103. OLE color: 7754103.

HSL color Cylindrical-coordinate representation of color #775176: hue angle of 301.58º 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 #775176 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 118 -
CMYK 0 0.32 0.01 0.53
HSL 301.58º 0.19% 0.39% -
HSV(B) 301.58º 0.32% 0.47% -
XYZ 13.82 11.11 18.56 -
YUV 96.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 119 81 118 0 0.32 0.01 0.53 301.58 0.19 0.39
Hex 77 51 76 0 20 1 35 12E 13 27
Octal 167 121 166 0 40 1 65 456 23 47
Binary 1110111 1010001 1110110 0 100000 1 110101 100101110 10011 100111

Color Harmonies of #775176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775176

Black with #775176

Text Example


Text Example

White with #775176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775176; }

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

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

background-color css

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

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

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

border-color css

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

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

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