Html Css Color HEX #73474A Tosca

📋 copy color: '#73474A'

red 115 ◦ green 71 ◦ blue 74

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

Shades of Tosca #73474A

Tints of Tosca #73474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 44.23%
G = 27.31%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73474A (or 0x73474A) is known color: Tosca. HEX triplet: 73, 47 and 4A. RGB value is (115,71,74). Sum of RGB (Red+Green+Blue) = 115+71+74=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73474A is #8CB8B5. Grayscale: #545454. Windows color (decimal): -9222326 or 4867955. OLE color: 4867955.

HSL color Cylindrical-coordinate representation of color #73474A: hue angle of 355.91º 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 #73474A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 74 -
CMYK 0 0.38 0.36 0.55
HSL 355.91º 0.24% 0.36% -
HSV(B) 355.91º 0.38% 0.45% -
XYZ 10.56 8.65 7.59 -
YUV 84.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 115 71 74 0 0.38 0.36 0.55 355.91 0.24 0.36
Hex 73 47 4A 0 26 24 37 164 18 24
Octal 163 107 112 0 46 44 67 544 30 44
Binary 1110011 1000111 1001010 0 100110 100100 110111 101100100 11000 100100

Color Harmonies of #73474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73474A

Black with #73474A

Text Example


Text Example

White with #73474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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