#734042

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

Shades of Tosca #734042

Tints of Tosca #734042

Color information

#734042 (or 0x734042) is unknown color: approx Tosca. HEX triplet: 73, 40 and 42. RGB value is (115,64,66). Sum of RGB (Red+Green+Blue) = 115+64+66=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734042 is #8CBFBD. Grayscale: #4F4F4F. Windows color (decimal): -9224126 or 4341875. OLE color: 4341875.

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

Color convert

RGB1156466-
CMYK00.440.430.55
HSL357.65º28.49%35.1%-
HSV(B)357.65º44.35%45.1%-
XYZ9.897.76.12-
YUV79.48120.4153.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=46.94%
G=26.12%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115646600.440.430.55357.6528.4935.1
Hex73404202C2B371661c23
Octal16310010205453675463443
Binary111001110000001000010010110010101111011110110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734042; }

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

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

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

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

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

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

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

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