#7B484D

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

Shades of Solid Pink #7B484D

Tints of Solid Pink #7B484D

Color information

#7B484D (or 0x7B484D) is unknown color: approx Solid Pink. HEX triplet: 7B, 48 and 4D. RGB value is (123,72,77). Sum of RGB (Red+Green+Blue) = 123+72+77=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B484D is #84B7B2. Grayscale: #575757. Windows color (decimal): -8697779 or 5064827. OLE color: 5064827.

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

Color convert

RGB1237277-
CMYK00.410.370.52
HSL354.12º26.15%38.24%-
HSV(B)354.12º41.46%48.24%-
XYZ11.839.388.21-
YUV87.82121.9153.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=45.22%
G=26.47%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123727700.410.370.52354.1226.1538.24
Hex7B484D02925341621a26
Octal17311011505145645423246
Binary111101110010001001101010100110010111010010110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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