#784045

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

Shades of Tosca #784045

Tints of Tosca #784045

Color information

#784045 (or 0x784045) is unknown color: approx Tosca. HEX triplet: 78, 40 and 45. RGB value is (120,64,69). Sum of RGB (Red+Green+Blue) = 120+64+69=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #784045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784045 is #87BFBA. Grayscale: #515151. Windows color (decimal): -8896443 or 4538488. OLE color: 4538488.

HSL color Cylindrical-coordinate representation of color #784045: hue angle of 354.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784045 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1206469-
CMYK00.470.420.53
HSL354.64º30.43%36.08%-
HSV(B)354.64º46.67%47.06%-
XYZ10.658.096.63-
YUV81.31121.05155.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=47.43%
G=25.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120646900.470.420.53354.6430.4336.08
Hex78404502F2A351631e24
Octal17010010505752655433644
Binary111100010000001000101010111110101011010110110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784045; }

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

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

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

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

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

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

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

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