#794D55

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

Shades of Solid Pink #794D55

Tints of Solid Pink #794D55

Color information

#794D55 (or 0x794D55) is unknown color: approx Solid Pink. HEX triplet: 79, 4D and 55. RGB value is (121,77,85). Sum of RGB (Red+Green+Blue) = 121+77+85=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #794D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D55 is #86B2AA. Grayscale: #5B5B5B. Windows color (decimal): -8827563 or 5590393. OLE color: 5590393.

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

Color convert

RGB1217785-
CMYK00.360.300.53
HSL349.09º22.22%38.82%-
HSV(B)349.09º36.36%47.45%-
XYZ12.1810.039.89-
YUV91.07124.58149.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=42.76%
G=27.21%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121778500.360.300.53349.0922.2238.82
Hex794D550241E3515d1627
Octal17111512504436655352647
Binary11110011001101101010101001001111011010110101110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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