Html Css Color HEX #704148 Tosca

📋 copy color: '#704148'

red 112 ◦ green 65 ◦ blue 72

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

Shades of Tosca #704148

Tints of Tosca #704148

RGB

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

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

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

R = 44.98%
G = 26.1%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704148 (or 0x704148) is known color: Tosca. HEX triplet: 70, 41 and 48. RGB value is (112,65,72). Sum of RGB (Red+Green+Blue) = 112+65+72=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704148 is #8FBEB7. Grayscale: #4F4F4F. Windows color (decimal): -9420472 or 4735344. OLE color: 4735344.

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

Color convert

RGB 112 65 72 -
CMYK 0 0.42 0.36 0.56
HSL 351.06º 0.27% 0.35% -
HSV(B) 351.06º 0.42% 0.44% -
XYZ 9.74 7.69 7.1 -
YUV 79.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 112 65 72 0 0.42 0.36 0.56 351.06 0.27 0.35
Hex 70 41 48 0 2A 24 38 15F 1B 23
Octal 160 101 110 0 52 44 70 537 33 43
Binary 1110000 1000001 1001000 0 101010 100100 111000 101011111 11011 100011

Color Harmonies of #704148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704148

Black with #704148

Text Example


Text Example

White with #704148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704148; }

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

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

background-color css

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

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

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

border-color css

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

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

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