#7B4A4E

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

Shades of Solid Pink #7B4A4E

Tints of Solid Pink #7B4A4E

Color information

#7B4A4E (or 0x7B4A4E) is unknown color: approx Solid Pink. HEX triplet: 7B, 4A and 4E. RGB value is (123,74,78). Sum of RGB (Red+Green+Blue) = 123+74+78=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A4E is #84B5B1. Grayscale: #595959. Windows color (decimal): -8697266 or 5130875. OLE color: 5130875.

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

Color convert

RGB1237478-
CMYK00.400.370.52
HSL355.1º24.87%38.63%-
HSV(B)355.1º39.84%48.24%-
XYZ11.999.668.44-
YUV89.11121.73152.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=44.73%
G=26.91%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123747800.400.370.52355.124.8738.63
Hex7B4A4E02825341631927
Octal17311211605045645433147
Binary111101110010101001110010100010010111010010110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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