Html Css Color HEX #704248 Tosca

📋 copy color: '#704248'

red 112 ◦ green 66 ◦ blue 72

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

Shades of Tosca #704248

Tints of Tosca #704248

RGB

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

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

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

R = 44.8%
G = 26.4%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704248 (or 0x704248) is known color: Tosca. HEX triplet: 70, 42 and 48. RGB value is (112,66,72). Sum of RGB (Red+Green+Blue) = 112+66+72=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704248 is #8FBDB7. Grayscale: #505050. Windows color (decimal): -9420216 or 4735600. OLE color: 4735600.

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

Color convert

RGB 112 66 72 -
CMYK 0 0.41 0.36 0.56
HSL 352.17º 0.26% 0.35% -
HSV(B) 352.17º 0.41% 0.44% -
XYZ 9.8 7.81 7.12 -
YUV 80.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 112 66 72 0 0.41 0.36 0.56 352.17 0.26 0.35
Hex 70 42 48 0 29 24 38 160 1A 23
Octal 160 102 110 0 51 44 70 540 32 43
Binary 1110000 1000010 1001000 0 101001 100100 111000 101100000 11010 100011

Color Harmonies of #704248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704248

Black with #704248

Text Example


Text Example

White with #704248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704248; }

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

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

background-color css

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

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

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

border-color css

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

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

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