Html Css Color HEX #794246 Tosca

📋 copy color: '#794246'

red 121 ◦ green 66 ◦ blue 70

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

Shades of Tosca #794246

Tints of Tosca #794246

RGB

 RED value IS 121 (47.66% from 255) = 47.08%

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

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 47.08%
G = 25.68%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#794246 (or 0x794246) is known color: Tosca. HEX triplet: 79, 42 and 46. RGB value is (121,66,70). Sum of RGB (Red+Green+Blue) = 121+66+70=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #794246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794246 is #86BDB9. Grayscale: #525252. Windows color (decimal): -8830394 or 4604537. OLE color: 4604537.

HSL color Cylindrical-coordinate representation of color #794246: hue angle of 355.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794246 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 66 70 -
CMYK 0 0.45 0.42 0.53
HSL 355.64º 0.29% 0.37% -
HSV(B) 355.64º 0.45% 0.47% -
XYZ 10.94 8.4 6.84 -
YUV 82.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 121 66 70 0 0.45 0.42 0.53 355.64 0.29 0.37
Hex 79 42 46 0 2D 2A 35 164 1D 25
Octal 171 102 106 0 55 52 65 544 35 45
Binary 1111001 1000010 1000110 0 101101 101010 110101 101100100 11101 100101

Color Harmonies of #794246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794246

Black with #794246

Text Example


Text Example

White with #794246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794246; }

 p { color: rgb(121,66,70); }

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

background-color css

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

 a { background-color: rgb(121,66,70); }

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

border-color css

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

 span { border-color: rgb(121,66,70); }

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