#794145

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

Shades of Tosca #794145

Tints of Tosca #794145

Color information

#794145 (or 0x794145) is unknown color: approx Tosca. HEX triplet: 79, 41 and 45. RGB value is (121,65,69). Sum of RGB (Red+Green+Blue) = 121+65+69=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #794145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794145 is #86BEBA. Grayscale: #525252. Windows color (decimal): -8830651 or 4538745. OLE color: 4538745.

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

Color convert

RGB1216569-
CMYK00.460.430.53
HSL355.71º30.11%36.47%-
HSV(B)355.71º46.28%47.45%-
XYZ10.858.286.66-
YUV82.2120.55155.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=47.45%
G=25.49%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121656900.460.430.53355.7130.1136.47
Hex79414502E2B351641e24
Octal17110110505653655443644
Binary111100110000011000101010111010101111010110110010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794145; }

 p { color: rgb(121,65,69); }

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

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

 a { background-color: rgb(121,65,69); }

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

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

 span { border-color: rgb(121,65,69); }

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