Html Css Color HEX #704042 Tosca

📋 copy color: '#704042'

red 112 ◦ green 64 ◦ blue 66

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

Shades of Tosca #704042

Tints of Tosca #704042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 46.28%
G = 26.45%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#704042 (or 0x704042) is known color: Tosca. HEX triplet: 70, 40 and 42. RGB value is (112,64,66). Sum of RGB (Red+Green+Blue) = 112+64+66=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704042 is #8FBFBD. Grayscale: #4E4E4E. Windows color (decimal): -9420734 or 4341872. OLE color: 4341872.

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

Color convert

RGB 112 64 66 -
CMYK 0 0.43 0.41 0.56
HSL 357.5º 0.27% 0.35% -
HSV(B) 357.5º 0.43% 0.44% -
XYZ 9.5 7.5 6.1 -
YUV 78.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 112 64 66 0 0.43 0.41 0.56 357.5 0.27 0.35
Hex 70 40 42 0 2B 29 38 166 1B 23
Octal 160 100 102 0 53 51 70 546 33 43
Binary 1110000 1000000 1000010 0 101011 101001 111000 101100110 11011 100011

Color Harmonies of #704042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704042

Black with #704042

Text Example


Text Example

White with #704042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704042; }

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

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

background-color css

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

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

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

border-color css

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

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

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