Html Css Color HEX #704048 Tosca

📋 copy color: '#704048'

red 112 ◦ green 64 ◦ blue 72

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

Shades of Tosca #704048

Tints of Tosca #704048

RGB

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

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

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

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704048 (or 0x704048) is known color: Tosca. HEX triplet: 70, 40 and 48. RGB value is (112,64,72). Sum of RGB (Red+Green+Blue) = 112+64+72=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704048 is #8FBFB7. Grayscale: #4F4F4F. Windows color (decimal): -9420728 or 4735088. OLE color: 4735088.

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

Color convert

RGB 112 64 72 -
CMYK 0 0.43 0.36 0.56
HSL 350º 0.27% 0.35% -
HSV(B) 350º 0.43% 0.44% -
XYZ 9.69 7.58 7.08 -
YUV 79.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 112 64 72 0 0.43 0.36 0.56 350 0.27 0.35
Hex 70 40 48 0 2B 24 38 15E 1B 23
Octal 160 100 110 0 53 44 70 536 33 43
Binary 1110000 1000000 1001000 0 101011 100100 111000 101011110 11011 100011

Color Harmonies of #704048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704048

Black with #704048

Text Example


Text Example

White with #704048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704048; }

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

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

background-color css

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

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

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

border-color css

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

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

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