#784148

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

Shades of Tosca #784148

Tints of Tosca #784148

Color information

#784148 (or 0x784148) is unknown color: approx Tosca. HEX triplet: 78, 41 and 48. RGB value is (120,65,72). Sum of RGB (Red+Green+Blue) = 120+65+72=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784148 is #87BEB7. Grayscale: #525252. Windows color (decimal): -8896184 or 4735352. OLE color: 4735352.

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

Color convert

RGB1206572-
CMYK00.460.400.53
HSL352.36º29.73%36.27%-
HSV(B)352.36º45.83%47.06%-
XYZ10.818.247.15-
YUV82.24122.22154.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=46.69%
G=25.29%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120657200.460.400.53352.3629.7336.27
Hex78414802E28351601e24
Octal17010111005650655403644
Binary111100010000011001000010111010100011010110110000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784148; }

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

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

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

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

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

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

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

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