#794243

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

Shades of Tosca #794243

Tints of Tosca #794243

Color information

#794243 (or 0x794243) is unknown color: approx Tosca. HEX triplet: 79, 42 and 43. RGB value is (121,66,67). Sum of RGB (Red+Green+Blue) = 121+66+67=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #794243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794243 is #86BDBC. Grayscale: #525252. Windows color (decimal): -8830397 or 4407929. OLE color: 4407929.

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

Color convert

RGB1216667-
CMYK00.450.450.53
HSL358.91º29.41%36.67%-
HSV(B)358.91º45.45%47.45%-
XYZ10.858.376.35-
YUV82.56119.22155.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=47.64%
G=25.98%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121666700.450.450.53358.9129.4136.67
Hex79424302D2D351671d25
Octal17110210305555655473545
Binary111100110000101000011010110110110111010110110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794243; }

 p { color: rgb(121,66,67); }

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

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

 a { background-color: rgb(121,66,67); }

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

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

 span { border-color: rgb(121,66,67); }

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