Html Css Color HEX #704648 Tosca

📋 copy color: '#704648'

red 112 ◦ green 70 ◦ blue 72

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

Shades of Tosca #704648

Tints of Tosca #704648

RGB

 RED value IS 112 (44.14% from 255) = 44.09%

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

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

R = 44.09%
G = 27.56%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704648 (or 0x704648) is known color: Tosca. HEX triplet: 70, 46 and 48. RGB value is (112,70,72). Sum of RGB (Red+Green+Blue) = 112+70+72=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704648 is #8FB9B7. Grayscale: #525252. Windows color (decimal): -9419192 or 4736624. OLE color: 4736624.

HSL color Cylindrical-coordinate representation of color #704648: hue angle of 357.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704648 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 72 -
CMYK 0 0.38 0.36 0.56
HSL 357.14º 0.23% 0.36% -
HSV(B) 357.14º 0.38% 0.44% -
XYZ 10.04 8.29 7.2 -
YUV 82.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 112 70 72 0 0.38 0.36 0.56 357.14 0.23 0.36
Hex 70 46 48 0 26 24 38 165 17 24
Octal 160 106 110 0 46 44 70 545 27 44
Binary 1110000 1000110 1001000 0 100110 100100 111000 101100101 10111 100100

Color Harmonies of #704648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704648

Black with #704648

Text Example


Text Example

White with #704648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704648; }

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

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

background-color css

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

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

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

border-color css

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

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

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