#784B52

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

Shades of Solid Pink #784B52

Tints of Solid Pink #784B52

Color information

#784B52 (or 0x784B52) is unknown color: approx Solid Pink. HEX triplet: 78, 4B and 52. RGB value is (120,75,82). Sum of RGB (Red+Green+Blue) = 120+75+82=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #784B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B52 is #87B4AD. Grayscale: #595959. Windows color (decimal): -8893614 or 5393272. OLE color: 5393272.

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

Color convert

RGB1207582-
CMYK00.370.320.53
HSL350.67º23.08%38.24%-
HSV(B)350.67º37.5%47.06%-
XYZ11.789.639.22-
YUV89.25123.91149.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=43.32%
G=27.08%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120758200.370.320.53350.6723.0838.24
Hex784B52025203515f1726
Octal17011312204540655372746
Binary111100010010111010010010010110000011010110101111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B52; }

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

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

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

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

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

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

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

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