#7B4A4F

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

Shades of Solid Pink #7B4A4F

Tints of Solid Pink #7B4A4F

Color information

#7B4A4F (or 0x7B4A4F) is unknown color: approx Solid Pink. HEX triplet: 7B, 4A and 4F. RGB value is (123,74,79). Sum of RGB (Red+Green+Blue) = 123+74+79=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A4F is #84B5B0. Grayscale: #595959. Windows color (decimal): -8697265 or 5196411. OLE color: 5196411.

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

Color convert

RGB1237479-
CMYK00.400.360.52
HSL353.88º24.87%38.63%-
HSV(B)353.88º39.84%48.24%-
XYZ12.039.678.63-
YUV89.22122.23152.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=44.57%
G=26.81%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123747900.400.360.52353.8824.8738.63
Hex7B4A4F02824341621927
Octal17311211705044645423147
Binary111101110010101001111010100010010011010010110001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,79); }

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

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

 a { background-color: rgb(123,74,79); }

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

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

 span { border-color: rgb(123,74,79); }

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