#784A4B

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

Shades of Solid Pink #784A4B

Tints of Solid Pink #784A4B

Color information

#784A4B (or 0x784A4B) is unknown color: approx Solid Pink. HEX triplet: 78, 4A and 4B. RGB value is (120,74,75). Sum of RGB (Red+Green+Blue) = 120+74+75=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A4B is #87B5B4. Grayscale: #575757. Windows color (decimal): -8893877 or 4934264. OLE color: 4934264.

HSL color Cylindrical-coordinate representation of color #784A4B: hue angle of 358.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A4B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1207475-
CMYK00.380.370.53
HSL358.7º23.71%38.04%-
HSV(B)358.7º38.33%47.06%-
XYZ11.469.47.87-
YUV87.87120.74150.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=44.61%
G=27.51%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120747500.380.370.53358.723.7138.04
Hex784A4B02625351671826
Octal17011211304645655473046
Binary111100010010101001011010011010010111010110110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784A4B; }

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

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

<style>
 a { background-color: #784A4B; }

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

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

<style>
 span { border-color: #784A4B; }

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

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