#744348

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

Shades of Tosca #744348

Tints of Tosca #744348

Color information

#744348 (or 0x744348) is unknown color: approx Tosca. HEX triplet: 74, 43 and 48. RGB value is (116,67,72). Sum of RGB (Red+Green+Blue) = 116+67+72=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #744348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744348 is #8BBCB7. Grayscale: #525252. Windows color (decimal): -9157816 or 4735860. OLE color: 4735860.

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

Color convert

RGB1166772-
CMYK00.420.380.55
HSL353.88º26.78%35.88%-
HSV(B)353.88º42.24%45.49%-
XYZ10.388.27.17-
YUV82.22122.23152.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=45.49%
G=26.27%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116677200.420.380.55353.8826.7835.88
Hex74434802A26371621b24
Octal16410311005246675423344
Binary111010010000111001000010101010011011011110110001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744348; }

 p { color: rgb(116,67,72); }

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

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

 a { background-color: rgb(116,67,72); }

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

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

 span { border-color: rgb(116,67,72); }

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