Html Css Color HEX #73494A Tosca

📋 copy color: '#73494A'

red 115 ◦ green 73 ◦ blue 74

#73494A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #73494A

Tints of Tosca #73494A

RGB

 RED value IS 115 (45.31% from 255) = 43.89%

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 43.89%
G = 27.86%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73494A (or 0x73494A) is known color: Tosca. HEX triplet: 73, 49 and 4A. RGB value is (115,73,74). Sum of RGB (Red+Green+Blue) = 115+73+74=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73494A is #8CB6B5. Grayscale: #555555. Windows color (decimal): -9221814 or 4868467. OLE color: 4868467.

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

Color convert

RGB 115 73 74 -
CMYK 0 0.37 0.36 0.55
HSL 358.57º 0.22% 0.37% -
HSV(B) 358.57º 0.37% 0.45% -
XYZ 10.69 8.9 7.63 -
YUV 85.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 115 73 74 0 0.37 0.36 0.55 358.57 0.22 0.37
Hex 73 49 4A 0 25 24 37 167 16 25
Octal 163 111 112 0 45 44 67 547 26 45
Binary 1110011 1001001 1001010 0 100101 100100 110111 101100111 10110 100101

Color Harmonies of #73494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73494A

Black with #73494A

Text Example


Text Example

White with #73494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73494A; }

 p { color: rgb(115,73,74); }

 H1.HeaderClassName
 {
   color: #73494A;
 }
 .AnyTagClassName
 {
   color: #73494A;
 }
</style>

background-color css

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

 a { background-color: rgb(115,73,74); }

 div.DivClassName
 {
   background-color: #73494A;
 }
 .BgClassName
 {
   background-color: #73494A;
 }
</style>

border-color css

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

 span { border-color: rgb(115,73,74); }

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