#7B474C

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

Shades of Solid Pink #7B474C

Tints of Solid Pink #7B474C

Color information

#7B474C (or 0x7B474C) is unknown color: approx Solid Pink. HEX triplet: 7B, 47 and 4C. RGB value is (123,71,76). Sum of RGB (Red+Green+Blue) = 123+71+76=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B474C is #84B8B3. Grayscale: #575757. Windows color (decimal): -8698036 or 4999035. OLE color: 4999035.

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

Color convert

RGB1237176-
CMYK00.420.380.52
HSL354.23º26.8%38.04%-
HSV(B)354.23º42.28%48.24%-
XYZ11.739.248-
YUV87.12121.73153.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=45.56%
G=26.30%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123717600.420.380.52354.2326.838.04
Hex7B474C02A26341621b26
Octal17310711405246645423346
Binary111101110001111001100010101010011011010010110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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