Html Css Color HEX #73464C Tosca

📋 copy color: '#73464C'

red 115 ◦ green 70 ◦ blue 76

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

Shades of Tosca #73464C

Tints of Tosca #73464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 44.06%
G = 26.82%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#73464C (or 0x73464C) is known color: Tosca. HEX triplet: 73, 46 and 4C. RGB value is (115,70,76). Sum of RGB (Red+Green+Blue) = 115+70+76=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73464C is #8CB9B3. Grayscale: #545454. Windows color (decimal): -9222580 or 4998771. OLE color: 4998771.

HSL color Cylindrical-coordinate representation of color #73464C: hue angle of 352º 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 #73464C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 70 76 -
CMYK 0 0.39 0.34 0.55
HSL 352º 0.24% 0.36% -
HSV(B) 352º 0.39% 0.45% -
XYZ 10.56 8.55 7.93 -
YUV 84.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 115 70 76 0 0.39 0.34 0.55 352 0.24 0.36
Hex 73 46 4C 0 27 22 37 160 18 24
Octal 163 106 114 0 47 42 67 540 30 44
Binary 1110011 1000110 1001100 0 100111 100010 110111 101100000 11000 100100

Color Harmonies of #73464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73464C

Black with #73464C

Text Example


Text Example

White with #73464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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