#774A3A

Color #774A3A Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #774A3A

Tints of Nutmeg #774A3A

Color information

#774A3A (or 0x774A3A) is unknown color: approx Nutmeg. HEX triplet: 77, 4A and 3A. RGB value is (119,74,58). Sum of RGB (Red+Green+Blue) = 119+74+58=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A3A is #88B5C5. Grayscale: #555555. Windows color (decimal): -8959430 or 3820151. OLE color: 3820151.

HSL color Cylindrical-coordinate representation of color #774A3A: 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.51%. Process color model (Four color, CMYK) of #774A3A is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1197458-
CMYK00.380.510.53
HSL15.74º34.46%34.71%-
HSV(B)15.74º51.26%46.67%-
XYZ10.829.125.19-
YUV85.63112.41151.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=47.41%
G=29.48%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119745800.380.510.5315.7434.4634.71
Hex774A3A0263335102223
Octal167112720466365204243
Binary11101111001010111010010011011001111010110000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A3A; }

 p { color: rgb(119,74,58); }

 H1.HeaderClassName
 {
   color: #774A3A;
 }
 .AnyTagClassName
 {
   color: #774A3A;
 }
</style>
background-color css

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

 a { background-color: rgb(119,74,58); }

 div.DivClassName
 {
   background-color: #774A3A;
 }
 .BgClassName
 {
   background-color: #774A3A;
 }
</style>
border-color css

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

 span { border-color: rgb(119,74,58); }

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