#794B55

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

Shades of Solid Pink #794B55

Tints of Solid Pink #794B55

Color information

#794B55 (or 0x794B55) is unknown color: approx Solid Pink. HEX triplet: 79, 4B and 55. RGB value is (121,75,85). Sum of RGB (Red+Green+Blue) = 121+75+85=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #794B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B55 is #86B4AA. Grayscale: #595959. Windows color (decimal): -8828075 or 5589881. OLE color: 5589881.

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

Color convert

RGB1217585-
CMYK00.380.300.53
HSL346.96º23.47%38.43%-
HSV(B)346.96º38.02%47.45%-
XYZ12.049.759.84-
YUV89.89125.24150.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=43.06%
G=26.69%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121758500.380.300.53346.9623.4738.43
Hex794B550261E3515b1726
Octal17111312504636655332746
Binary11110011001011101010101001101111011010110101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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