Html Css Color HEX #775076 Trendy Pink

📋 copy color: '#775076'

red 119 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #775076

Tints of Trendy Pink #775076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 37.54%
G = 25.24%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775076 (or 0x775076) is known color: Trendy Pink. HEX triplet: 77, 50 and 76. RGB value is (119,80,118). Sum of RGB (Red+Green+Blue) = 119+80+118=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775076 is #88AF89. Grayscale: #5F5F5F. Windows color (decimal): -8957834 or 7753847. OLE color: 7753847.

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

Color convert

RGB 119 80 118 -
CMYK 0 0.33 0.01 0.53
HSL 301.54º 0.2% 0.39% -
HSV(B) 301.54º 0.33% 0.47% -
XYZ 13.75 10.97 18.53 -
YUV 95.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 119 80 118 0 0.33 0.01 0.53 301.54 0.2 0.39
Hex 77 50 76 0 21 1 35 12E 14 27
Octal 167 120 166 0 41 1 65 456 24 47
Binary 1110111 1010000 1110110 0 100001 1 110101 100101110 10100 100111

Color Harmonies of #775076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775076

Black with #775076

Text Example


Text Example

White with #775076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775076; }

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

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

background-color css

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

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

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

border-color css

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

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

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