#784748

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

Shades of Tosca #784748

Tints of Tosca #784748

Color information

#784748 (or 0x784748) is unknown color: approx Tosca. HEX triplet: 78, 47 and 48. RGB value is (120,71,72). Sum of RGB (Red+Green+Blue) = 120+71+72=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #784748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784748 is #87B8B7. Grayscale: #555555. Windows color (decimal): -8894648 or 4736888. OLE color: 4736888.

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

Color convert

RGB1207172-
CMYK00.410.400.53
HSL358.78º25.65%37.45%-
HSV(B)358.78º40.83%47.06%-
XYZ11.178.977.27-
YUV85.76120.23152.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=45.63%
G=27.00%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120717200.410.400.53358.7825.6537.45
Hex78474802928351671a25
Octal17010711005150655473245
Binary111100010001111001000010100110100011010110110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784748; }

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

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

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

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

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

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

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

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