Html Css Color HEX #794C3C Nutmeg

📋 copy color: '#794C3C'

red 121 ◦ green 76 ◦ blue 60

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

Shades of Nutmeg #794C3C

Tints of Nutmeg #794C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 47.08%
G = 29.57%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#794C3C (or 0x794C3C) is known color: Nutmeg. HEX triplet: 79, 4C and 3C. RGB value is (121,76,60). Sum of RGB (Red+Green+Blue) = 121+76+60=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #794C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C3C is #86B3C3. Grayscale: #575757. Windows color (decimal): -8827844 or 3951737. OLE color: 3951737.

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

Color convert

RGB 121 76 60 -
CMYK 0 0.37 0.50 0.53
HSL 15.74º 0.34% 0.35% -
HSV(B) 15.74º 0.5% 0.47% -
XYZ 11.29 9.56 5.53 -
YUV 87.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 121 76 60 0 0.37 0.50 0.53 15.74 0.34 0.35
Hex 79 4C 3C 0 25 32 35 10 22 23
Octal 171 114 74 0 45 62 65 20 42 43
Binary 1111001 1001100 111100 0 100101 110010 110101 10000 100010 100011

Color Harmonies of #794C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C3C

Black with #794C3C

Text Example


Text Example

White with #794C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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