Html Css Color HEX #70484E Tosca

📋 copy color: '#70484E'

red 112 ◦ green 72 ◦ blue 78

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

Shades of Tosca #70484E

Tints of Tosca #70484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 42.75%
G = 27.48%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70484E (or 0x70484E) is known color: Tosca. HEX triplet: 70, 48 and 4E. RGB value is (112,72,78). Sum of RGB (Red+Green+Blue) = 112+72+78=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70484E is #8FB7B1. Grayscale: #545454. Windows color (decimal): -9418674 or 5130352. OLE color: 5130352.

HSL color Cylindrical-coordinate representation of color #70484E: hue angle of 351º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70484E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 78 -
CMYK 0 0.36 0.30 0.56
HSL 351º 0.22% 0.36% -
HSV(B) 351º 0.36% 0.44% -
XYZ 10.37 8.63 8.33 -
YUV 84.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 112 72 78 0 0.36 0.30 0.56 351 0.22 0.36
Hex 70 48 4E 0 24 1E 38 15F 16 24
Octal 160 110 116 0 44 36 70 537 26 44
Binary 1110000 1001000 1001110 0 100100 11110 111000 101011111 10110 100100

Color Harmonies of #70484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70484E

Black with #70484E

Text Example


Text Example

White with #70484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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