#734043

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

Shades of Tosca #734043

Tints of Tosca #734043

Color information

#734043 (or 0x734043) is unknown color: approx Tosca. HEX triplet: 73, 40 and 43. RGB value is (115,64,67). Sum of RGB (Red+Green+Blue) = 115+64+67=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #734043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734043 is #8CBFBC. Grayscale: #4F4F4F. Windows color (decimal): -9224125 or 4407411. OLE color: 4407411.

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

Color convert

RGB1156467-
CMYK00.440.420.55
HSL356.47º28.49%35.1%-
HSV(B)356.47º44.35%45.1%-
XYZ9.927.726.28-
YUV79.59120.9153.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=46.75%
G=26.02%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115646700.440.420.55356.4728.4935.1
Hex73404302C2A371641c23
Octal16310010305452675443443
Binary111001110000001000011010110010101011011110110010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734043; }

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

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

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

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

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

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

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

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