Html Css Color HEX #704247 Tosca

📋 copy color: '#704247'

red 112 ◦ green 66 ◦ blue 71

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

Shades of Tosca #704247

Tints of Tosca #704247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 44.98%
G = 26.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#704247 (or 0x704247) is known color: Tosca. HEX triplet: 70, 42 and 47. RGB value is (112,66,71). Sum of RGB (Red+Green+Blue) = 112+66+71=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704247 is #8FBDB8. Grayscale: #505050. Windows color (decimal): -9420217 or 4670064. OLE color: 4670064.

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

Color convert

RGB 112 66 71 -
CMYK 0 0.41 0.37 0.56
HSL 353.48º 0.26% 0.35% -
HSV(B) 353.48º 0.41% 0.44% -
XYZ 9.77 7.8 6.95 -
YUV 80.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 112 66 71 0 0.41 0.37 0.56 353.48 0.26 0.35
Hex 70 42 47 0 29 25 38 161 1A 23
Octal 160 102 107 0 51 45 70 541 32 43
Binary 1110000 1000010 1000111 0 101001 100101 111000 101100001 11010 100011

Color Harmonies of #704247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704247

Black with #704247

Text Example


Text Example

White with #704247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704247; }

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

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

background-color css

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

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

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

border-color css

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

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

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