Html Css Color HEX #704246 Tosca

📋 copy color: '#704246'

red 112 ◦ green 66 ◦ blue 70

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

Shades of Tosca #704246

Tints of Tosca #704246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 45.16%
G = 26.61%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704246 (or 0x704246) is known color: Tosca. HEX triplet: 70, 42 and 46. RGB value is (112,66,70). Sum of RGB (Red+Green+Blue) = 112+66+70=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704246 is #8FBDB9. Grayscale: #505050. Windows color (decimal): -9420218 or 4604528. OLE color: 4604528.

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

Color convert

RGB 112 66 70 -
CMYK 0 0.41 0.38 0.56
HSL 354.78º 0.26% 0.35% -
HSV(B) 354.78º 0.41% 0.44% -
XYZ 9.74 7.78 6.78 -
YUV 80.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 112 66 70 0 0.41 0.38 0.56 354.78 0.26 0.35
Hex 70 42 46 0 29 26 38 163 1A 23
Octal 160 102 106 0 51 46 70 543 32 43
Binary 1110000 1000010 1000110 0 101001 100110 111000 101100011 11010 100011

Color Harmonies of #704246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704246

Black with #704246

Text Example


Text Example

White with #704246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704246; }

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

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

background-color css

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

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

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

border-color css

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

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

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