#785051

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

Shades of Solid Pink #785051

Tints of Solid Pink #785051

Color information

#785051 (or 0x785051) is unknown color: approx Solid Pink. HEX triplet: 78, 50 and 51. RGB value is (120,80,81). Sum of RGB (Red+Green+Blue) = 120+80+81=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785051 is #87AFAE. Grayscale: #5C5C5C. Windows color (decimal): -8892335 or 5329016. OLE color: 5329016.

HSL color Cylindrical-coordinate representation of color #785051: hue angle of 358.5º 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 #785051 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1208081-
CMYK00.330.320.53
HSL358.5º20%39.22%-
HSV(B)358.5º33.33%47.06%-
XYZ12.110.329.14-
YUV92.07121.75147.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=42.70%
G=28.47%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120808100.330.320.53358.52039.22
Hex78505102120351661427
Octal17012012104140655462447
Binary111100010100001010001010000110000011010110110011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785051; }

 p { color: rgb(120,80,81); }

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

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

 a { background-color: rgb(120,80,81); }

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

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

 span { border-color: rgb(120,80,81); }

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