Html Css Color HEX #704144 Tosca

📋 copy color: '#704144'

red 112 ◦ green 65 ◦ blue 68

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

Shades of Tosca #704144

Tints of Tosca #704144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 45.71%
G = 26.53%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#704144 (or 0x704144) is known color: Tosca. HEX triplet: 70, 41 and 44. RGB value is (112,65,68). Sum of RGB (Red+Green+Blue) = 112+65+68=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704144 is #8FBEBB. Grayscale: #4F4F4F. Windows color (decimal): -9420476 or 4473200. OLE color: 4473200.

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

Color convert

RGB 112 65 68 -
CMYK 0 0.42 0.39 0.56
HSL 356.17º 0.27% 0.35% -
HSV(B) 356.17º 0.42% 0.44% -
XYZ 9.62 7.64 6.44 -
YUV 79.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 112 65 68 0 0.42 0.39 0.56 356.17 0.27 0.35
Hex 70 41 44 0 2A 27 38 164 1B 23
Octal 160 101 104 0 52 47 70 544 33 43
Binary 1110000 1000001 1000100 0 101010 100111 111000 101100100 11011 100011

Color Harmonies of #704144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704144

Black with #704144

Text Example


Text Example

White with #704144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704144; }

 p { color: rgb(112,65,68); }

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

background-color css

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

 a { background-color: rgb(112,65,68); }

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

border-color css

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

 span { border-color: rgb(112,65,68); }

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