#785052

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

Shades of Solid Pink #785052

Tints of Solid Pink #785052

Color information

#785052 (or 0x785052) is unknown color: approx Solid Pink. HEX triplet: 78, 50 and 52. RGB value is (120,80,82). Sum of RGB (Red+Green+Blue) = 120+80+82=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #785052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785052 is #87AFAD. Grayscale: #5C5C5C. Windows color (decimal): -8892334 or 5394552. OLE color: 5394552.

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

Color convert

RGB1208082-
CMYK00.330.320.53
HSL357º20%39.22%-
HSV(B)357º33.33%47.06%-
XYZ12.1410.349.34-
YUV92.19122.25147.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=42.55%
G=28.37%
B=29.08%

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
Decimal120808200.330.320.533572039.22
Hex78505202120351651427
Octal17012012204140655452447
Binary111100010100001010010010000110000011010110110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785052; }

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

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

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

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

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

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

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

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