Html Css Color HEX #70484C Tosca

📋 copy color: '#70484C'

red 112 ◦ green 72 ◦ blue 76

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

Shades of Tosca #70484C

Tints of Tosca #70484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 43.08%
G = 27.69%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70484C (or 0x70484C) is known color: Tosca. HEX triplet: 70, 48 and 4C. RGB value is (112,72,76). Sum of RGB (Red+Green+Blue) = 112+72+76=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70484C is #8FB7B3. Grayscale: #545454. Windows color (decimal): -9418676 or 4999280. OLE color: 4999280.

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

Color convert

RGB 112 72 76 -
CMYK 0 0.36 0.32 0.56
HSL 354º 0.22% 0.36% -
HSV(B) 354º 0.36% 0.44% -
XYZ 10.3 8.6 7.95 -
YUV 84.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 112 72 76 0 0.36 0.32 0.56 354 0.22 0.36
Hex 70 48 4C 0 24 20 38 162 16 24
Octal 160 110 114 0 44 40 70 542 26 44
Binary 1110000 1001000 1001100 0 100100 100000 111000 101100010 10110 100100

Color Harmonies of #70484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70484C

Black with #70484C

Text Example


Text Example

White with #70484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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