#73434C

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

Shades of Tosca #73434C

Tints of Tosca #73434C

Color information

#73434C (or 0x73434C) is unknown color: approx Tosca. HEX triplet: 73, 43 and 4C. RGB value is (115,67,76). Sum of RGB (Red+Green+Blue) = 115+67+76=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73434C is #8CBCB3. Grayscale: #525252. Windows color (decimal): -9223348 or 4998003. OLE color: 4998003.

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

Color convert

RGB1156776-
CMYK00.420.340.55
HSL348.75º26.37%35.69%-
HSV(B)348.75º41.74%45.1%-
XYZ10.388.187.87-
YUV82.38124.4151.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=44.57%
G=25.97%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115677600.420.340.55348.7526.3735.69
Hex73434C02A223715d1a24
Octal16310311405242675353244
Binary111001110000111001100010101010001011011110101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73434C; }

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

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

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

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

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

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

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

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