Html Css Color HEX #794C40 Nutmeg

📋 copy color: '#794C40'

red 121 ◦ green 76 ◦ blue 64

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

Shades of Nutmeg #794C40

Tints of Nutmeg #794C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 46.36%
G = 29.12%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#794C40 (or 0x794C40) is known color: Nutmeg. HEX triplet: 79, 4C and 40. RGB value is (121,76,64). Sum of RGB (Red+Green+Blue) = 121+76+64=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #794C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C40 is #86B3BF. Grayscale: #585858. Windows color (decimal): -8827840 or 4213881. OLE color: 4213881.

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

Color convert

RGB 121 76 64 -
CMYK 0 0.37 0.47 0.53
HSL 12.63º 0.31% 0.36% -
HSV(B) 12.63º 0.47% 0.47% -
XYZ 11.4 9.6 6.1 -
YUV 88.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 121 76 64 0 0.37 0.47 0.53 12.63 0.31 0.36
Hex 79 4C 40 0 25 2F 35 D 1F 24
Octal 171 114 100 0 45 57 65 15 37 44
Binary 1111001 1001100 1000000 0 100101 101111 110101 1101 11111 100100

Color Harmonies of #794C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C40

Black with #794C40

Text Example


Text Example

White with #794C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794C40; }

 p { color: rgb(121,76,64); }

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

background-color css

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

 a { background-color: rgb(121,76,64); }

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

border-color css

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

 span { border-color: rgb(121,76,64); }

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