#794B4D

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

Shades of Solid Pink #794B4D

Tints of Solid Pink #794B4D

Color information

#794B4D (or 0x794B4D) is unknown color: approx Solid Pink. HEX triplet: 79, 4B and 4D. RGB value is (121,75,77). Sum of RGB (Red+Green+Blue) = 121+75+77=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B4D is #86B4B2. Grayscale: #595959. Windows color (decimal): -8828083 or 5065593. OLE color: 5065593.

HSL color Cylindrical-coordinate representation of color #794B4D: hue angle of 357.39º 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 #794B4D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1217577-
CMYK00.380.360.53
HSL357.39º23.47%38.43%-
HSV(B)357.39º38.02%47.45%-
XYZ11.749.638.26-
YUV88.98121.24150.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=44.32%
G=27.47%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121757700.380.360.53357.3923.4738.43
Hex794B4D02624351651726
Octal17111311504644655452746
Binary111100110010111001101010011010010011010110110010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,77); }

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

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

 a { background-color: rgb(121,75,77); }

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

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

 span { border-color: rgb(121,75,77); }

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