#7C4C4D

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

Shades of Solid Pink #7C4C4D

Tints of Solid Pink #7C4C4D

Color information

#7C4C4D (or 0x7C4C4D) is unknown color: approx Solid Pink. HEX triplet: 7C, 4C and 4D. RGB value is (124,76,77). Sum of RGB (Red+Green+Blue) = 124+76+77=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4C4D is #83B3B2. Grayscale: #5A5A5A. Windows color (decimal): -8631219 or 5065852. OLE color: 5065852.

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

Color convert

RGB1247677-
CMYK00.390.380.51
HSL358.75º24%39.22%-
HSV(B)358.75º38.71%48.63%-
XYZ12.249.998.3-
YUV90.47120.4151.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=44.77%
G=27.44%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124767700.390.380.51358.752439.22
Hex7C4C4D02726331671827
Octal17411411504746635473047
Binary111110010011001001101010011110011011001110110011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,76,77); }

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

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

 a { background-color: rgb(124,76,77); }

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

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

 span { border-color: rgb(124,76,77); }

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