#784445

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

Shades of Tosca #784445

Tints of Tosca #784445

Color information

#784445 (or 0x784445) is unknown color: approx Tosca. HEX triplet: 78, 44 and 45. RGB value is (120,68,69). Sum of RGB (Red+Green+Blue) = 120+68+69=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784445 is #87BBBA. Grayscale: #535353. Windows color (decimal): -8895419 or 4539512. OLE color: 4539512.

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

Color convert

RGB1206869-
CMYK00.430.420.53
HSL358.85º27.66%36.86%-
HSV(B)358.85º43.33%47.06%-
XYZ10.898.566.71-
YUV83.66119.73153.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=46.69%
G=26.46%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120686900.430.420.53358.8527.6636.86
Hex78444502B2A351671c25
Octal17010410505352655473445
Binary111100010001001000101010101110101011010110110011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784445; }

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

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

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

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

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

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

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

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