#7B484C

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

Shades of Solid Pink #7B484C

Tints of Solid Pink #7B484C

Color information

#7B484C (or 0x7B484C) is unknown color: approx Solid Pink. HEX triplet: 7B, 48 and 4C. RGB value is (123,72,76). Sum of RGB (Red+Green+Blue) = 123+72+76=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B484C is #84B7B3. Grayscale: #575757. Windows color (decimal): -8697780 or 4999291. OLE color: 4999291.

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

Color convert

RGB1237276-
CMYK00.410.380.52
HSL355.29º26.15%38.24%-
HSV(B)355.29º41.46%48.24%-
XYZ11.799.378.02-
YUV87.7121.4153.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=45.39%
G=26.57%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123727600.410.380.52355.2926.1538.24
Hex7B484C02926341631a26
Octal17311011405146645433246
Binary111101110010001001100010100110011011010010110001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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