#7A4B4C

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

Shades of Solid Pink #7A4B4C

Tints of Solid Pink #7A4B4C

Color information

#7A4B4C (or 0x7A4B4C) is unknown color: approx Solid Pink. HEX triplet: 7A, 4B and 4C. RGB value is (122,75,76). Sum of RGB (Red+Green+Blue) = 122+75+76=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4B4C is #85B4B3. Grayscale: #595959. Windows color (decimal): -8762548 or 5000058. OLE color: 5000058.

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

Color convert

RGB1227576-
CMYK00.390.380.52
HSL358.72º23.86%38.63%-
HSV(B)358.72º38.52%47.84%-
XYZ11.859.698.08-
YUV89.17120.57151.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=44.69%
G=27.47%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122757600.390.380.52358.7223.8638.63
Hex7A4B4C02726341671827
Octal17211311404746645473047
Binary111101010010111001100010011110011011010010110011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,76); }

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

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

 a { background-color: rgb(122,75,76); }

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

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

 span { border-color: rgb(122,75,76); }

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