Html Css Color HEX #73474D Tosca

📋 copy color: '#73474D'

red 115 ◦ green 71 ◦ blue 77

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

Shades of Tosca #73474D

Tints of Tosca #73474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 43.73%
G = 27%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73474D (or 0x73474D) is known color: Tosca. HEX triplet: 73, 47 and 4D. RGB value is (115,71,77). Sum of RGB (Red+Green+Blue) = 115+71+77=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73474D is #8CB8B2. Grayscale: #545454. Windows color (decimal): -9222323 or 5064563. OLE color: 5064563.

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

Color convert

RGB 115 71 77 -
CMYK 0 0.38 0.33 0.55
HSL 351.82º 0.24% 0.36% -
HSV(B) 351.82º 0.38% 0.45% -
XYZ 10.66 8.69 8.14 -
YUV 84.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 115 71 77 0 0.38 0.33 0.55 351.82 0.24 0.36
Hex 73 47 4D 0 26 21 37 160 18 24
Octal 163 107 115 0 46 41 67 540 30 44
Binary 1110011 1000111 1001101 0 100110 100001 110111 101100000 11000 100100

Color Harmonies of #73474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73474D

Black with #73474D

Text Example


Text Example

White with #73474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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