Html Css Color HEX #794648 Tosca

📋 copy color: '#794648'

red 121 ◦ green 70 ◦ blue 72

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

Shades of Tosca #794648

Tints of Tosca #794648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 46.01%
G = 26.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#794648 (or 0x794648) is known color: Tosca. HEX triplet: 79, 46 and 48. RGB value is (121,70,72). Sum of RGB (Red+Green+Blue) = 121+70+72=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #794648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794648 is #86B9B7. Grayscale: #555555. Windows color (decimal): -8829368 or 4736633. OLE color: 4736633.

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

Color convert

RGB 121 70 72 -
CMYK 0 0.42 0.40 0.53
HSL 357.65º 0.27% 0.37% -
HSV(B) 357.65º 0.42% 0.47% -
XYZ 11.25 8.91 7.26 -
YUV 85.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 121 70 72 0 0.42 0.40 0.53 357.65 0.27 0.37
Hex 79 46 48 0 2A 28 35 166 1B 25
Octal 171 106 110 0 52 50 65 546 33 45
Binary 1111001 1000110 1001000 0 101010 101000 110101 101100110 11011 100101

Color Harmonies of #794648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794648

Black with #794648

Text Example


Text Example

White with #794648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794648; }

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

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

background-color css

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

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

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

border-color css

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

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

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