#794B54

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

Shades of Solid Pink #794B54

Tints of Solid Pink #794B54

Color information

#794B54 (or 0x794B54) is unknown color: approx Solid Pink. HEX triplet: 79, 4B and 54. RGB value is (121,75,84). Sum of RGB (Red+Green+Blue) = 121+75+84=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #794B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B54 is #86B4AB. Grayscale: #595959. Windows color (decimal): -8828076 or 5524345. OLE color: 5524345.

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

Color convert

RGB1217584-
CMYK00.380.310.53
HSL348.26º23.47%38.43%-
HSV(B)348.26º38.02%47.45%-
XYZ129.749.63-
YUV89.78124.74150.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 84 (33.20% from 255) = 30%
R=43.21%
G=26.79%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121758400.380.310.53348.2623.4738.43
Hex794B540261F3515c1726
Octal17111312404637655342746
Binary11110011001011101010001001101111111010110101110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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