Html Css Color HEX #794244 Tosca

📋 copy color: '#794244'

red 121 ◦ green 66 ◦ blue 68

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

Shades of Tosca #794244

Tints of Tosca #794244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 47.45%
G = 25.88%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#794244 (or 0x794244) is known color: Tosca. HEX triplet: 79, 42 and 44. RGB value is (121,66,68). Sum of RGB (Red+Green+Blue) = 121+66+68=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #794244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794244 is #86BDBB. Grayscale: #525252. Windows color (decimal): -8830396 or 4473465. OLE color: 4473465.

HSL color Cylindrical-coordinate representation of color #794244: hue angle of 357.82º 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 #794244 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 66 68 -
CMYK 0 0.45 0.44 0.53
HSL 357.82º 0.29% 0.37% -
HSV(B) 357.82º 0.45% 0.47% -
XYZ 10.88 8.38 6.51 -
YUV 82.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 121 66 68 0 0.45 0.44 0.53 357.82 0.29 0.37
Hex 79 42 44 0 2D 2C 35 166 1D 25
Octal 171 102 104 0 55 54 65 546 35 45
Binary 1111001 1000010 1000100 0 101101 101100 110101 101100110 11101 100101

Color Harmonies of #794244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794244

Black with #794244

Text Example


Text Example

White with #794244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794244; }

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

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

background-color css

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

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

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

border-color css

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

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

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