Html Css Color HEX #73474E Tosca

📋 copy color: '#73474E'

red 115 ◦ green 71 ◦ blue 78

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

Shades of Tosca #73474E

Tints of Tosca #73474E

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73474E (or 0x73474E) is known color: 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

RGB 115 71 78 -
CMYK 0 0.38 0.32 0.55
HSL 350.45º 0.24% 0.36% -
HSV(B) 350.45º 0.38% 0.45% -
XYZ 10.7 8.7 8.32 -
YUV 84.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 115 71 78 0 0.38 0.32 0.55 350.45 0.24 0.36
Hex 73 47 4E 0 26 20 37 15E 18 24
Octal 163 107 116 0 46 40 67 536 30 44
Binary 1110011 1000111 1001110 0 100110 100000 110111 101011110 11000 100100

Color Harmonies of #73474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73474E

Black with #73474E

Text Example


Text Example

White with #73474E

Text Example


Text Example

HTML Codes & Css Web 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>