#78494B

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

Shades of Solid Pink #78494B

Tints of Solid Pink #78494B

Color information

#78494B (or 0x78494B) is unknown color: approx Solid Pink. HEX triplet: 78, 49 and 4B. RGB value is (120,73,75). Sum of RGB (Red+Green+Blue) = 120+73+75=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78494B is #87B6B4. Grayscale: #575757. Windows color (decimal): -8894133 or 4934008. OLE color: 4934008.

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

Color convert

RGB1207375-
CMYK00.390.370.53
HSL357.45º24.35%37.84%-
HSV(B)357.45º39.17%47.06%-
XYZ11.49.277.84-
YUV87.28121.07151.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=44.78%
G=27.24%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737500.390.370.53357.4524.3537.84
Hex78494B02725351651826
Octal17011111304745655453046
Binary111100010010011001011010011110010111010110110010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78494B; }

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

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

<style>
 a { background-color: #78494B; }

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

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

<style>
 span { border-color: #78494B; }

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

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