#825777

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

Shades of Trendy Pink #825777

Tints of Trendy Pink #825777

Color information

#825777 (or 0x825777) is unknown color: approx Trendy Pink. HEX triplet: 82, 57 and 77. RGB value is (130,87,119). Sum of RGB (Red+Green+Blue) = 130+87+119=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #825777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825777 is #7DA888. Grayscale: #676767. Windows color (decimal): -8235145 or 7821186. OLE color: 7821186.

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

Color convert

RGB13087119-
CMYK00.330.080.49
HSL315.35º19.82%42.55%-
HSV(B)315.35º33.08%50.98%-
XYZ15.9412.8919.1-
YUV103.5136.75146.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=38.69%
G=25.89%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308711900.330.080.49315.3519.8242.55
Hex82577702183113b142b
Octal20212716704110614732453
Binary10000010101011111101110100001100011000110011101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825777; }

 p { color: rgb(130,87,119); }

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

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

 a { background-color: rgb(130,87,119); }

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

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

 span { border-color: rgb(130,87,119); }

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