#7B4750

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

Shades of Solid Pink #7B4750

Tints of Solid Pink #7B4750

Color information

#7B4750 (or 0x7B4750) is unknown color: approx Solid Pink. HEX triplet: 7B, 47 and 50. RGB value is (123,71,80). Sum of RGB (Red+Green+Blue) = 123+71+80=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4750 is #84B8AF. Grayscale: #575757. Windows color (decimal): -8698032 or 5261179. OLE color: 5261179.

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

Color convert

RGB1237180-
CMYK00.420.350.52
HSL349.62º26.8%38.04%-
HSV(B)349.62º42.28%48.24%-
XYZ11.879.38.76-
YUV87.57123.73153.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=44.89%
G=25.91%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123718000.420.350.52349.6226.838.04
Hex7B475002A233415e1b26
Octal17310712005243645363346
Binary111101110001111010000010101010001111010010101111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,71,80); }

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

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

 a { background-color: rgb(123,71,80); }

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

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

 span { border-color: rgb(123,71,80); }

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