#784041

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

Shades of Tosca #784041

Tints of Tosca #784041

Color information

#784041 (or 0x784041) is unknown color: approx Tosca. HEX triplet: 78, 40 and 41. RGB value is (120,64,65). Sum of RGB (Red+Green+Blue) = 120+64+65=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #784041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784041 is #87BFBE. Grayscale: #505050. Windows color (decimal): -8896447 or 4276344. OLE color: 4276344.

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

Color convert

RGB1206465-
CMYK00.470.460.53
HSL358.93º30.43%36.08%-
HSV(B)358.93º46.67%47.06%-
XYZ10.538.046-
YUV80.86119.05155.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=48.19%
G=25.70%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120646500.470.460.53358.9330.4336.08
Hex78404102F2E351671e24
Octal17010010105756655473644
Binary111100010000001000001010111110111011010110110011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784041; }

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

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

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

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

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

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

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

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