#794C4F

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

Shades of Solid Pink #794C4F

Tints of Solid Pink #794C4F

Color information

#794C4F (or 0x794C4F) is unknown color: approx Solid Pink. HEX triplet: 79, 4C and 4F. RGB value is (121,76,79). Sum of RGB (Red+Green+Blue) = 121+76+79=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #794C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C4F is #86B3B0. Grayscale: #595959. Windows color (decimal): -8827825 or 5196921. OLE color: 5196921.

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

Color convert

RGB1217679-
CMYK00.370.350.53
HSL356º22.84%38.63%-
HSV(B)356º37.19%47.45%-
XYZ11.889.88.66-
YUV89.8121.91150.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=43.84%
G=27.54%
B=28.62%

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
Decimal121767900.370.350.5335622.8438.63
Hex794C4F02523351641727
Octal17111411704543655442747
Binary111100110011001001111010010110001111010110110010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794C4F; }

 p { color: rgb(121,76,79); }

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

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

 a { background-color: rgb(121,76,79); }

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

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

 span { border-color: rgb(121,76,79); }

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