#784952

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

Shades of Solid Pink #784952

Tints of Solid Pink #784952

Color information

#784952 (or 0x784952) is unknown color: approx Solid Pink. HEX triplet: 78, 49 and 52. RGB value is (120,73,82). Sum of RGB (Red+Green+Blue) = 120+73+82=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #784952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784952 is #87B6AD. Grayscale: #585858. Windows color (decimal): -8894126 or 5392760. OLE color: 5392760.

HSL color Cylindrical-coordinate representation of color #784952: hue angle of 348.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784952 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1207382-
CMYK00.390.320.53
HSL348.51º24.35%37.84%-
HSV(B)348.51º39.17%47.06%-
XYZ11.659.379.18-
YUV88.08124.57150.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=43.64%
G=26.55%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120738200.390.320.53348.5124.3537.84
Hex784952027203515d1826
Octal17011112204740655353046
Binary111100010010011010010010011110000011010110101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784952; }

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

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

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

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

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

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

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

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