#734348

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

Shades of Tosca #734348

Tints of Tosca #734348

Color information

#734348 (or 0x734348) is unknown color: approx Tosca. HEX triplet: 73, 43 and 48. RGB value is (115,67,72). Sum of RGB (Red+Green+Blue) = 115+67+72=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #734348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734348 is #8CBCB7. Grayscale: #515151. Windows color (decimal): -9223352 or 4735859. OLE color: 4735859.

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

Color convert

RGB1156772-
CMYK00.420.370.55
HSL353.75º26.37%35.69%-
HSV(B)353.75º41.74%45.1%-
XYZ10.258.137.16-
YUV81.92122.4151.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=45.28%
G=26.38%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115677200.420.370.55353.7526.3735.69
Hex73434802A25371621a24
Octal16310311005245675423244
Binary111001110000111001000010101010010111011110110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734348; }

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

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

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

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

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

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

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

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