#794A4E

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

Shades of Solid Pink #794A4E

Tints of Solid Pink #794A4E

Color information

#794A4E (or 0x794A4E) is unknown color: approx Solid Pink. HEX triplet: 79, 4A and 4E. RGB value is (121,74,78). Sum of RGB (Red+Green+Blue) = 121+74+78=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A4E is #86B5B1. Grayscale: #585858. Windows color (decimal): -8828338 or 5130873. OLE color: 5130873.

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

Color convert

RGB1217478-
CMYK00.390.360.53
HSL354.89º24.1%38.24%-
HSV(B)354.89º38.84%47.45%-
XYZ11.719.518.43-
YUV88.51122.07151.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=44.32%
G=27.11%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121747800.390.360.53354.8924.138.24
Hex794A4E02724351631826
Octal17111211604744655433046
Binary111100110010101001110010011110010011010110110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,74,78); }

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

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

 a { background-color: rgb(121,74,78); }

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

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

 span { border-color: rgb(121,74,78); }

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