#784047

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

Shades of Tosca #784047

Tints of Tosca #784047

Color information

#784047 (or 0x784047) is unknown color: approx Tosca. HEX triplet: 78, 40 and 47. RGB value is (120,64,71). Sum of RGB (Red+Green+Blue) = 120+64+71=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #784047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784047 is #87BFB8. Grayscale: #515151. Windows color (decimal): -8896441 or 4669560. OLE color: 4669560.

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

Color convert

RGB1206471-
CMYK00.470.410.53
HSL352.5º30.43%36.08%-
HSV(B)352.5º46.67%47.06%-
XYZ10.728.116.96-
YUV81.54122.05155.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 71 (28.12% from 255) = 27.84%
R=47.06%
G=25.10%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120647100.470.410.53352.530.4336.08
Hex78404702F29351601e24
Octal17010010705751655403644
Binary111100010000001000111010111110100111010110110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784047; }

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

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

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

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

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

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

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

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