#7B4B4E

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

Shades of Solid Pink #7B4B4E

Tints of Solid Pink #7B4B4E

Color information

#7B4B4E (or 0x7B4B4E) is unknown color: approx Solid Pink. HEX triplet: 7B, 4B and 4E. RGB value is (123,75,78). Sum of RGB (Red+Green+Blue) = 123+75+78=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4B4E is #84B4B1. Grayscale: #595959. Windows color (decimal): -8697010 or 5131131. OLE color: 5131131.

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

Color convert

RGB1237578-
CMYK00.390.370.52
HSL356.25º24.24%38.82%-
HSV(B)356.25º39.02%48.24%-
XYZ12.069.798.46-
YUV89.69121.4151.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=44.57%
G=27.17%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123757800.390.370.52356.2524.2438.82
Hex7B4B4E02725341641827
Octal17311311604745645443047
Binary111101110010111001110010011110010111010010110010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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