#793E3F

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

Shades of Tosca #793E3F

Tints of Tosca #793E3F

Color information

#793E3F (or 0x793E3F) is unknown color: approx Tosca. HEX triplet: 79, 3E and 3F. RGB value is (121,62,63). Sum of RGB (Red+Green+Blue) = 121+62+63=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #793E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E3F is #86C1C0. Grayscale: #4F4F4F. Windows color (decimal): -8831425 or 4144761. OLE color: 4144761.

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

Color convert

RGB1216263-
CMYK00.490.480.53
HSL358.98º32.24%35.88%-
HSV(B)358.98º48.76%47.45%-
XYZ10.57.875.67-
YUV79.76118.55157.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 63 (25% from 255) = 25.61%
R=49.19%
G=25.20%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121626300.490.480.53358.9832.2435.88
Hex793E3F03130351672024
Octal171767706160655474044
Binary11110011111101111110110001110000110101101100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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