#734046

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

Shades of Tosca #734046

Tints of Tosca #734046

Color information

#734046 (or 0x734046) is unknown color: approx Tosca. HEX triplet: 73, 40 and 46. RGB value is (115,64,70). Sum of RGB (Red+Green+Blue) = 115+64+70=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734046 is #8CBFB9. Grayscale: #4F4F4F. Windows color (decimal): -9224122 or 4604019. OLE color: 4604019.

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

Color convert

RGB1156470-
CMYK00.440.390.55
HSL352.94º28.49%35.1%-
HSV(B)352.94º44.35%45.1%-
XYZ10.017.756.76-
YUV79.93122.4153.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=46.18%
G=25.70%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115647000.440.390.55352.9428.4935.1
Hex73404602C27371611c23
Octal16310010605447675413443
Binary111001110000001000110010110010011111011110110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734046; }

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

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

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

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

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

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

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

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