#734044

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

Shades of Tosca #734044

Tints of Tosca #734044

Color information

#734044 (or 0x734044) is unknown color: approx Tosca. HEX triplet: 73, 40 and 44. RGB value is (115,64,68). Sum of RGB (Red+Green+Blue) = 115+64+68=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #734044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734044 is #8CBFBB. Grayscale: #4F4F4F. Windows color (decimal): -9224124 or 4472947. OLE color: 4472947.

HSL color Cylindrical-coordinate representation of color #734044: hue angle of 355.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734044 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1156468-
CMYK00.440.410.55
HSL355.29º28.49%35.1%-
HSV(B)355.29º44.35%45.1%-
XYZ9.957.736.44-
YUV79.7121.4153.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=46.56%
G=25.91%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115646800.440.410.55355.2928.4935.1
Hex73404402C29371631c23
Octal16310010405451675433443
Binary111001110000001000100010110010100111011110110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734044; }

 p { color: rgb(115,64,68); }

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

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

 a { background-color: rgb(115,64,68); }

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

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

 span { border-color: rgb(115,64,68); }

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