#7C474F

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

Shades of Solid Pink #7C474F

Tints of Solid Pink #7C474F

Color information

#7C474F (or 0x7C474F) is unknown color: approx Solid Pink. HEX triplet: 7C, 47 and 4F. RGB value is (124,71,79). Sum of RGB (Red+Green+Blue) = 124+71+79=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C474F is #83B8B0. Grayscale: #575757. Windows color (decimal): -8632497 or 5195644. OLE color: 5195644.

HSL color Cylindrical-coordinate representation of color #7C474F: hue angle of 350.94º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C474F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB1247179-
CMYK00.430.360.51
HSL350.94º27.18%38.24%-
HSV(B)350.94º42.74%48.63%-
XYZ11.989.368.57-
YUV87.76123.06153.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=45.26%
G=25.91%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124717900.430.360.51350.9427.1838.24
Hex7C474F02B243315f1b26
Octal17410711705344635373346
Binary111110010001111001111010101110010011001110101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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