Html Css Color HEX #775476 Trendy Pink

📋 copy color: '#775476'

red 119 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #775476

Tints of Trendy Pink #775476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 37.07%
G = 26.17%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775476 (or 0x775476) is known color: Trendy Pink. HEX triplet: 77, 54 and 76. RGB value is (119,84,118). Sum of RGB (Red+Green+Blue) = 119+84+118=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775476 is #88AB89. Grayscale: #626262. Windows color (decimal): -8956810 or 7754871. OLE color: 7754871.

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

Color convert

RGB 119 84 118 -
CMYK 0 0.29 0.01 0.53
HSL 301.71º 0.17% 0.4% -
HSV(B) 301.71º 0.29% 0.47% -
XYZ 14.05 11.57 18.63 -
YUV 98.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 119 84 118 0 0.29 0.01 0.53 301.71 0.17 0.4
Hex 77 54 76 0 1D 1 35 12E 11 28
Octal 167 124 166 0 35 1 65 456 21 50
Binary 1110111 1010100 1110110 0 11101 1 110101 100101110 10001 101000

Color Harmonies of #775476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775476

Black with #775476

Text Example


Text Example

White with #775476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775476; }

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

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

background-color css

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

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

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

border-color css

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

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

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