#7B5055

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

Shades of Solid Pink #7B5055

Tints of Solid Pink #7B5055

Color information

#7B5055 (or 0x7B5055) is unknown color: approx Solid Pink. HEX triplet: 7B, 50 and 55. RGB value is (123,80,85). Sum of RGB (Red+Green+Blue) = 123+80+85=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5055 is #84AFAA. Grayscale: #5D5D5D. Windows color (decimal): -8695723 or 5591163. OLE color: 5591163.

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

Color convert

RGB1238085-
CMYK00.350.310.52
HSL353.02º21.18%39.8%-
HSV(B)353.02º34.96%48.24%-
XYZ12.6810.69.97-
YUV93.43123.25149.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=42.71%
G=27.78%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123808500.350.310.52353.0221.1839.8
Hex7B50550231F341611528
Octal17312012504337645412550
Binary11110111010000101010101000111111111010010110000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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