Html Css Color HEX #734648 Tosca

📋 copy color: '#734648'

red 115 ◦ green 70 ◦ blue 72

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

Shades of Tosca #734648

Tints of Tosca #734648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 44.75%
G = 27.24%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734648 (or 0x734648) is known color: Tosca. HEX triplet: 73, 46 and 48. RGB value is (115,70,72). Sum of RGB (Red+Green+Blue) = 115+70+72=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #734648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734648 is #8CB9B7. Grayscale: #535353. Windows color (decimal): -9222584 or 4736627. OLE color: 4736627.

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

Color convert

RGB 115 70 72 -
CMYK 0 0.39 0.37 0.55
HSL 357.33º 0.24% 0.36% -
HSV(B) 357.33º 0.39% 0.45% -
XYZ 10.43 8.49 7.22 -
YUV 83.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 115 70 72 0 0.39 0.37 0.55 357.33 0.24 0.36
Hex 73 46 48 0 27 25 37 165 18 24
Octal 163 106 110 0 47 45 67 545 30 44
Binary 1110011 1000110 1001000 0 100111 100101 110111 101100101 11000 100100

Color Harmonies of #734648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734648

Black with #734648

Text Example


Text Example

White with #734648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734648; }

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

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

background-color css

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

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

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

border-color css

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

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

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