#784B4E

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

Shades of Solid Pink #784B4E

Tints of Solid Pink #784B4E

Color information

#784B4E (or 0x784B4E) is unknown color: approx Solid Pink. HEX triplet: 78, 4B and 4E. RGB value is (120,75,78). Sum of RGB (Red+Green+Blue) = 120+75+78=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B4E is #87B4B1. Grayscale: #585858. Windows color (decimal): -8893618 or 5131128. OLE color: 5131128.

HSL color Cylindrical-coordinate representation of color #784B4E: hue angle of 356º 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 #784B4E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1207578-
CMYK00.370.350.53
HSL356º23.08%38.24%-
HSV(B)356º37.5%47.06%-
XYZ11.649.588.44-
YUV88.8121.91150.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=43.96%
G=27.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120757800.370.350.5335623.0838.24
Hex784B4E02523351641726
Octal17011311604543655442746
Binary111100010010111001110010010110001111010110110010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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