Html Css Color HEX #73464A Tosca

📋 copy color: '#73464A'

red 115 ◦ green 70 ◦ blue 74

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

Shades of Tosca #73464A

Tints of Tosca #73464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 44.4%
G = 27.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73464A (or 0x73464A) is known color: Tosca. HEX triplet: 73, 46 and 4A. RGB value is (115,70,74). Sum of RGB (Red+Green+Blue) = 115+70+74=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73464A is #8CB9B5. Grayscale: #535353. Windows color (decimal): -9222582 or 4867699. OLE color: 4867699.

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

Color convert

RGB 115 70 74 -
CMYK 0 0.39 0.36 0.55
HSL 354.67º 0.24% 0.36% -
HSV(B) 354.67º 0.39% 0.45% -
XYZ 10.5 8.52 7.57 -
YUV 83.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 115 70 74 0 0.39 0.36 0.55 354.67 0.24 0.36
Hex 73 46 4A 0 27 24 37 163 18 24
Octal 163 106 112 0 47 44 67 543 30 44
Binary 1110011 1000110 1001010 0 100111 100100 110111 101100011 11000 100100

Color Harmonies of #73464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73464A

Black with #73464A

Text Example


Text Example

White with #73464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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