#794B53

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

Shades of Solid Pink #794B53

Tints of Solid Pink #794B53

Color information

#794B53 (or 0x794B53) is unknown color: approx Solid Pink. HEX triplet: 79, 4B and 53. RGB value is (121,75,83). Sum of RGB (Red+Green+Blue) = 121+75+83=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #794B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B53 is #86B4AC. Grayscale: #595959. Windows color (decimal): -8828077 or 5458809. OLE color: 5458809.

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

Color convert

RGB1217583-
CMYK00.380.310.53
HSL349.57º23.47%38.43%-
HSV(B)349.57º38.02%47.45%-
XYZ11.969.729.43-
YUV89.67124.24150.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=43.37%
G=26.88%
B=29.75%

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
Decimal121758300.380.310.53349.5723.4738.43
Hex794B530261F3515e1726
Octal17111312304637655362746
Binary11110011001011101001101001101111111010110101111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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