Html Css Color HEX #784D3D Nutmeg

📋 copy color: '#784D3D'

red 120 ◦ green 77 ◦ blue 61

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

Shades of Nutmeg #784D3D

Tints of Nutmeg #784D3D

RGB

 RED value IS 120 (47.27% from 255) = 46.51%

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 46.51%
G = 29.84%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#784D3D (or 0x784D3D) is known color: Nutmeg. HEX triplet: 78, 4D and 3D. RGB value is (120,77,61). Sum of RGB (Red+Green+Blue) = 120+77+61=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D3D is #87B2C2. Grayscale: #585858. Windows color (decimal): -8893123 or 4017528. OLE color: 4017528.

HSL color Cylindrical-coordinate representation of color #784D3D: hue angle of 16.27º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #784D3D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 61 -
CMYK 0 0.36 0.49 0.53
HSL 16.27º 0.33% 0.35% -
HSV(B) 16.27º 0.49% 0.47% -
XYZ 11.24 9.64 5.68 -
YUV 88.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 120 77 61 0 0.36 0.49 0.53 16.27 0.33 0.35
Hex 78 4D 3D 0 24 31 35 10 21 23
Octal 170 115 75 0 44 61 65 20 41 43
Binary 1111000 1001101 111101 0 100100 110001 110101 10000 100001 100011

Color Harmonies of #784D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D3D

Black with #784D3D

Text Example


Text Example

White with #784D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784D3D; }

 p { color: rgb(120,77,61); }

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

background-color css

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

 a { background-color: rgb(120,77,61); }

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

border-color css

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

 span { border-color: rgb(120,77,61); }

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