#79484B

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

Shades of Solid Pink #79484B

Tints of Solid Pink #79484B

Color information

#79484B (or 0x79484B) is unknown color: approx Solid Pink. HEX triplet: 79, 48 and 4B. RGB value is (121,72,75). Sum of RGB (Red+Green+Blue) = 121+72+75=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79484B is #86B7B4. Grayscale: #575757. Windows color (decimal): -8828853 or 4933753. OLE color: 4933753.

HSL color Cylindrical-coordinate representation of color #79484B: hue angle of 356.33º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79484B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1217275-
CMYK00.400.380.53
HSL356.33º25.39%37.84%-
HSV(B)356.33º40.5%47.45%-
XYZ11.479.217.83-
YUV86.99121.23152.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=45.15%
G=26.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121727500.400.380.53356.3325.3937.84
Hex79484B02826351641926
Octal17111011305046655443146
Binary111100110010001001011010100010011011010110110010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79484B; }

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

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

<style>
 a { background-color: #79484B; }

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

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

<style>
 span { border-color: #79484B; }

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

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