#7B4850

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

Shades of Solid Pink #7B4850

Tints of Solid Pink #7B4850

Color information

#7B4850 (or 0x7B4850) is unknown color: approx Solid Pink. HEX triplet: 7B, 48 and 50. RGB value is (123,72,80). Sum of RGB (Red+Green+Blue) = 123+72+80=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4850 is #84B7AF. Grayscale: #585858. Windows color (decimal): -8697776 or 5261435. OLE color: 5261435.

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

Color convert

RGB1237280-
CMYK00.410.350.52
HSL350.59º26.15%38.24%-
HSV(B)350.59º41.46%48.24%-
XYZ11.939.428.78-
YUV88.16123.4152.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=44.73%
G=26.18%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123728000.410.350.52350.5926.1538.24
Hex7B4850029233415f1a26
Octal17311012005143645373246
Binary111101110010001010000010100110001111010010101111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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