#7B4A4B

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

Shades of Solid Pink #7B4A4B

Tints of Solid Pink #7B4A4B

Color information

#7B4A4B (or 0x7B4A4B) is unknown color: approx Solid Pink. HEX triplet: 7B, 4A and 4B. RGB value is (123,74,75). Sum of RGB (Red+Green+Blue) = 123+74+75=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A4B is #84B5B4. Grayscale: #585858. Windows color (decimal): -8697269 or 4934267. OLE color: 4934267.

HSL color Cylindrical-coordinate representation of color #7B4A4B: hue angle of 358.78º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4A4B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1237475-
CMYK00.400.390.52
HSL358.78º24.87%38.63%-
HSV(B)358.78º39.84%48.24%-
XYZ11.899.627.89-
YUV88.76120.23152.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=45.22%
G=27.21%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123747500.400.390.52358.7824.8738.63
Hex7B4A4B02827341671927
Octal17311211305047645473147
Binary111101110010101001011010100010011111010010110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,75); }

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

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

 a { background-color: rgb(123,74,75); }

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

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

 span { border-color: rgb(123,74,75); }

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