#835776

Color #835776 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #835776

Tints of Trendy Pink #835776

Color information

#835776 (or 0x835776) is unknown color: approx Trendy Pink. HEX triplet: 83, 57 and 76. RGB value is (131,87,118). Sum of RGB (Red+Green+Blue) = 131+87+118=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835776 is #7CA889. Grayscale: #676767. Windows color (decimal): -8169610 or 7755651. OLE color: 7755651.

HSL color Cylindrical-coordinate representation of color #835776: hue angle of 317.73º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835776 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13187118-
CMYK00.340.100.49
HSL317.73º20.18%42.75%-
HSV(B)317.73º33.59%51.37%-
XYZ16.0412.9518.79-
YUV103.69136.08147.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=38.99%
G=25.89%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318711800.340.100.49317.7320.1842.75
Hex835776022A3113e142b
Octal20312716604212614762453
Binary10000011101011111101100100010101011000110011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835776; }

 p { color: rgb(131,87,118); }

 H1.HeaderClassName
 {
   color: #835776;
 }
 .AnyTagClassName
 {
   color: #835776;
 }
</style>
background-color css

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

 a { background-color: rgb(131,87,118); }

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

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

 span { border-color: rgb(131,87,118); }

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