#784A4F

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

Shades of Solid Pink #784A4F

Tints of Solid Pink #784A4F

Color information

#784A4F (or 0x784A4F) is unknown color: approx Solid Pink. HEX triplet: 78, 4A and 4F. RGB value is (120,74,79). Sum of RGB (Red+Green+Blue) = 120+74+79=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #784A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A4F is #87B5B0. Grayscale: #585858. Windows color (decimal): -8893873 or 5196408. OLE color: 5196408.

HSL color Cylindrical-coordinate representation of color #784A4F: hue angle of 353.48º degrees, saturation: 0.24, 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 #784A4F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1207479-
CMYK00.380.340.53
HSL353.48º23.71%38.04%-
HSV(B)353.48º38.33%47.06%-
XYZ11.619.468.61-
YUV88.32122.74150.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=43.96%
G=27.11%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120747900.380.340.53353.4823.7138.04
Hex784A4F02622351611826
Octal17011211704642655413046
Binary111100010010101001111010011010001011010110110000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,74,79); }

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

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

 a { background-color: rgb(120,74,79); }

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

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

 span { border-color: rgb(120,74,79); }

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