#7B5057

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

Shades of Solid Pink #7B5057

Tints of Solid Pink #7B5057

Color information

#7B5057 (or 0x7B5057) is unknown color: approx Solid Pink. HEX triplet: 7B, 50 and 57. RGB value is (123,80,87). Sum of RGB (Red+Green+Blue) = 123+80+87=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5057 is #84AFA8. Grayscale: #5D5D5D. Windows color (decimal): -8695721 or 5722235. OLE color: 5722235.

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

Color convert

RGB1238087-
CMYK00.350.290.52
HSL350.23º21.18%39.8%-
HSV(B)350.23º34.96%48.24%-
XYZ12.7610.6410.4-
YUV93.66124.25148.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 87 (34.38% from 255) = 30%
R=42.41%
G=27.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123808700.350.290.52350.2321.1839.8
Hex7B50570231D3415e1528
Octal17312012704335645362550
Binary11110111010000101011101000111110111010010101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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