Html Css Color HEX #704348 Tosca

📋 copy color: '#704348'

red 112 ◦ green 67 ◦ blue 72

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

Shades of Tosca #704348

Tints of Tosca #704348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 44.62%
G = 26.69%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#704348 (or 0x704348) is known color: Tosca. HEX triplet: 70, 43 and 48. RGB value is (112,67,72). Sum of RGB (Red+Green+Blue) = 112+67+72=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704348 is #8FBCB7. Grayscale: #515151. Windows color (decimal): -9419960 or 4735856. OLE color: 4735856.

HSL color Cylindrical-coordinate representation of color #704348: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704348 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 72 -
CMYK 0 0.40 0.36 0.56
HSL 353.33º 0.25% 0.35% -
HSV(B) 353.33º 0.4% 0.44% -
XYZ 9.86 7.93 7.14 -
YUV 81.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 112 67 72 0 0.40 0.36 0.56 353.33 0.25 0.35
Hex 70 43 48 0 28 24 38 161 19 23
Octal 160 103 110 0 50 44 70 541 31 43
Binary 1110000 1000011 1001000 0 101000 100100 111000 101100001 11001 100011

Color Harmonies of #704348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704348

Black with #704348

Text Example


Text Example

White with #704348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704348; }

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

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

background-color css

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

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

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

border-color css

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

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

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