#7A474F

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

Shades of Solid Pink #7A474F

Tints of Solid Pink #7A474F

Color information

#7A474F (or 0x7A474F) is unknown color: approx Solid Pink. HEX triplet: 7A, 47 and 4F. RGB value is (122,71,79). Sum of RGB (Red+Green+Blue) = 122+71+79=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A474F is #85B8B0. Grayscale: #575757. Windows color (decimal): -8763569 or 5195642. OLE color: 5195642.

HSL color Cylindrical-coordinate representation of color #7A474F: hue angle of 350.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A474F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1227179-
CMYK00.420.350.52
HSL350.59º26.42%37.84%-
HSV(B)350.59º41.8%47.84%-
XYZ11.699.218.56-
YUV87.16123.4152.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=44.85%
G=26.10%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122717900.420.350.52350.5926.4237.84
Hex7A474F02A233415f1a26
Octal17210711705243645373246
Binary111101010001111001111010101010001111010010101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A474F; }

 p { color: rgb(122,71,79); }

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

<style>
 a { background-color: #7A474F; }

 a { background-color: rgb(122,71,79); }

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

<style>
 span { border-color: #7A474F; }

 span { border-color: rgb(122,71,79); }

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