#7C464E

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

Shades of Solid Pink #7C464E

Tints of Solid Pink #7C464E

Color information

#7C464E (or 0x7C464E) is unknown color: approx Solid Pink. HEX triplet: 7C, 46 and 4E. RGB value is (124,70,78). Sum of RGB (Red+Green+Blue) = 124+70+78=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C464E is #83B9B1. Grayscale: #575757. Windows color (decimal): -8632754 or 5129852. OLE color: 5129852.

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

Color convert

RGB1247078-
CMYK00.440.370.51
HSL351.11º27.84%38.04%-
HSV(B)351.11º43.55%48.63%-
XYZ11.889.228.36-
YUV87.06122.89154.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=45.59%
G=25.74%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124707800.440.370.51351.1127.8438.04
Hex7C464E02C253315f1c26
Octal17410611605445635373446
Binary111110010001101001110010110010010111001110101111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,70,78); }

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

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

 a { background-color: rgb(124,70,78); }

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

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

 span { border-color: rgb(124,70,78); }

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