#73474E

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

Shades of Tosca #73474E

Tints of Tosca #73474E

Color information

#73474E (or 0x73474E) is unknown color: approx Tosca. HEX triplet: 73, 47 and 4E. RGB value is (115,71,78). Sum of RGB (Red+Green+Blue) = 115+71+78=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 115 - color contains mainly: red. Hex color #73474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73474E is #8CB8B1. Grayscale: #545454. Windows color (decimal): -9222322 or 5130099. OLE color: 5130099.

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

Color convert

RGB1157178-
CMYK00.380.320.55
HSL350.45º23.66%36.47%-
HSV(B)350.45º38.26%45.1%-
XYZ10.78.78.32-
YUV84.95124.08149.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=43.56%
G=26.89%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115717800.380.320.55350.4523.6636.47
Hex73474E026203715e1824
Octal16310711604640675363044
Binary111001110001111001110010011010000011011110101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73474E; }

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

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

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

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

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

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

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

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