#794448

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

Shades of Tosca #794448

Tints of Tosca #794448

Color information

#794448 (or 0x794448) is unknown color: approx Tosca. HEX triplet: 79, 44 and 48. RGB value is (121,68,72). Sum of RGB (Red+Green+Blue) = 121+68+72=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #794448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794448 is #86BBB7. Grayscale: #545454. Windows color (decimal): -8829880 or 4736121. OLE color: 4736121.

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

Color convert

RGB1216872-
CMYK00.440.400.53
HSL355.47º28.04%37.06%-
HSV(B)355.47º43.8%47.45%-
XYZ11.128.677.22-
YUV84.3121.06154.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=46.36%
G=26.05%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121687200.440.400.53355.4728.0437.06
Hex79444802C28351631c25
Octal17110411005450655433445
Binary111100110001001001000010110010100011010110110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794448; }

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

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

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

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

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

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

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

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