#7A4B54

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

Shades of Solid Pink #7A4B54

Tints of Solid Pink #7A4B54

Color information

#7A4B54 (or 0x7A4B54) is unknown color: approx Solid Pink. HEX triplet: 7A, 4B and 54. RGB value is (122,75,84). Sum of RGB (Red+Green+Blue) = 122+75+84=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B54 is #85B4AB. Grayscale: #5A5A5A. Windows color (decimal): -8762540 or 5524346. OLE color: 5524346.

HSL color Cylindrical-coordinate representation of color #7A4B54: hue angle of 348.51º 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 #7A4B54 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB1227584-
CMYK00.390.310.52
HSL348.51º23.86%38.63%-
HSV(B)348.51º38.52%47.84%-
XYZ12.149.819.64-
YUV90.08124.57150.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=43.42%
G=26.69%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122758400.390.310.52348.5123.8638.63
Hex7A4B540271F3415d1827
Octal17211312404737645353047
Binary11110101001011101010001001111111111010010101110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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