#7B474F

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

Shades of Solid Pink #7B474F

Tints of Solid Pink #7B474F

Color information

#7B474F (or 0x7B474F) is unknown color: approx Solid Pink. HEX triplet: 7B, 47 and 4F. RGB value is (123,71,79). Sum of RGB (Red+Green+Blue) = 123+71+79=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B474F is #84B8B0. Grayscale: #575757. Windows color (decimal): -8698033 or 5195643. OLE color: 5195643.

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

Color convert

RGB1237179-
CMYK00.420.360.52
HSL350.77º26.8%38.04%-
HSV(B)350.77º42.28%48.24%-
XYZ11.839.288.57-
YUV87.46123.23153.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.05%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=45.05%
G=26.01%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123717900.420.360.52350.7726.838.04
Hex7B474F02A243415f1b26
Octal17310711705244645373346
Binary111101110001111001111010101010010011010010101111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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