#794748

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

Shades of Tosca #794748

Tints of Tosca #794748

Color information

#794748 (or 0x794748) is unknown color: approx Tosca. HEX triplet: 79, 47 and 48. RGB value is (121,71,72). Sum of RGB (Red+Green+Blue) = 121+71+72=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #794748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794748 is #86B8B7. Grayscale: #565656. Windows color (decimal): -8829112 or 4736889. OLE color: 4736889.

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

Color convert

RGB1217172-
CMYK00.410.400.53
HSL358.8º26.04%37.65%-
HSV(B)358.8º41.32%47.45%-
XYZ11.319.047.28-
YUV86.06120.06152.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=45.83%
G=26.89%
B=27.27%

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
Decimal121717200.410.400.53358.826.0437.65
Hex79474802928351671a26
Octal17110711005150655473246
Binary111100110001111001000010100110100011010110110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794748; }

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

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

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

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

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

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

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

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