#734447

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

Shades of Tosca #734447

Tints of Tosca #734447

Color information

#734447 (or 0x734447) is unknown color: approx Tosca. HEX triplet: 73, 44 and 47. RGB value is (115,68,71). Sum of RGB (Red+Green+Blue) = 115+68+71=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #734447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734447 is #8CBBB8. Grayscale: #525252. Windows color (decimal): -9223097 or 4670579. OLE color: 4670579.

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

Color convert

RGB1156871-
CMYK00.410.380.55
HSL356.17º25.68%35.88%-
HSV(B)356.17º40.87%45.1%-
XYZ10.278.237.01-
YUV82.39121.57151.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=45.28%
G=26.77%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115687100.410.380.55356.1725.6835.88
Hex73444702926371641a24
Octal16310410705146675443244
Binary111001110001001000111010100110011011011110110010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734447; }

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

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

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

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

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

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

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

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