#784448

Color #784448 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #784448

Tints of Tosca #784448

Color information

#784448 (or 0x784448) is unknown color: approx Tosca. HEX triplet: 78, 44 and 48. RGB value is (120,68,72). Sum of RGB (Red+Green+Blue) = 120+68+72=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #784448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784448 is #87BBB7. Grayscale: #545454. Windows color (decimal): -8895416 or 4736120. OLE color: 4736120.

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

Color convert

RGB1206872-
CMYK00.430.400.53
HSL355.38º27.66%36.86%-
HSV(B)355.38º43.33%47.06%-
XYZ10.988.67.21-
YUV84121.23153.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=46.15%
G=26.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120687200.430.400.53355.3827.6636.86
Hex78444802B28351631c25
Octal17010411005350655433445
Binary111100010001001001000010101110100011010110110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784448; }

 p { color: rgb(120,68,72); }

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

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

 a { background-color: rgb(120,68,72); }

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

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

 span { border-color: rgb(120,68,72); }

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