#793F41

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

Shades of Tosca #793F41

Tints of Tosca #793F41

Color information

#793F41 (or 0x793F41) is unknown color: approx Tosca. HEX triplet: 79, 3F and 41. RGB value is (121,63,65). Sum of RGB (Red+Green+Blue) = 121+63+65=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #793F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F41 is #86C0BE. Grayscale: #505050. Windows color (decimal): -8831167 or 4276089. OLE color: 4276089.

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

Color convert

RGB1216365-
CMYK00.480.460.53
HSL357.93º31.52%36.08%-
HSV(B)357.93º47.93%47.45%-
XYZ10.6285.99-
YUV80.57119.22156.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=48.59%
G=25.30%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121636500.480.460.53357.9331.5236.08
Hex793F410302E351662024
Octal1717710106056655464044
Binary111100111111110000010110000101110110101101100110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793F41; }

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

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

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

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

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

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

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

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