Html Css Color HEX #775876 Trendy Pink

📋 copy color: '#775876'

red 119 ◦ green 88 ◦ blue 118

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

Shades of Trendy Pink #775876

Tints of Trendy Pink #775876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 36.62%
G = 27.08%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775876 (or 0x775876) is known color: Trendy Pink. HEX triplet: 77, 58 and 76. RGB value is (119,88,118). Sum of RGB (Red+Green+Blue) = 119+88+118=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775876 is #88A789. Grayscale: #646464. Windows color (decimal): -8955786 or 7755895. OLE color: 7755895.

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

Color convert

RGB 119 88 118 -
CMYK 0 0.26 0.01 0.53
HSL 301.94º 0.15% 0.41% -
HSV(B) 301.94º 0.26% 0.47% -
XYZ 14.37 12.21 18.74 -
YUV 100.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 119 88 118 0 0.26 0.01 0.53 301.94 0.15 0.41
Hex 77 58 76 0 1A 1 35 12E F 29
Octal 167 130 166 0 32 1 65 456 17 51
Binary 1110111 1011000 1110110 0 11010 1 110101 100101110 1111 101001

Color Harmonies of #775876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775876

Black with #775876

Text Example


Text Example

White with #775876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775876; }

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

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

background-color css

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

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

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

border-color css

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

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

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