#794A52

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

Shades of Solid Pink #794A52

Tints of Solid Pink #794A52

Color information

#794A52 (or 0x794A52) is unknown color: approx Solid Pink. HEX triplet: 79, 4A and 52. RGB value is (121,74,82). Sum of RGB (Red+Green+Blue) = 121+74+82=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #794A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A52 is #86B5AD. Grayscale: #585858. Windows color (decimal): -8828334 or 5393017. OLE color: 5393017.

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

Color convert

RGB1217482-
CMYK00.390.320.53
HSL349.79º24.1%38.24%-
HSV(B)349.79º38.84%47.45%-
XYZ11.869.579.21-
YUV88.96124.07150.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=43.68%
G=26.71%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121748200.390.320.53349.7924.138.24
Hex794A52027203515e1826
Octal17111212204740655363046
Binary111100110010101010010010011110000011010110101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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