Html Css Color HEX #775046 Nutmeg

📋 copy color: '#775046'

red 119 ◦ green 80 ◦ blue 70

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

Shades of Nutmeg #775046

Tints of Nutmeg #775046

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 44.24%
G = 29.74%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775046 (or 0x775046) is known color: Nutmeg. HEX triplet: 77, 50 and 46. RGB value is (119,80,70). Sum of RGB (Red+Green+Blue) = 119+80+70=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775046 is #88AFB9. Grayscale: #5A5A5A. Windows color (decimal): -8957882 or 4608119. OLE color: 4608119.

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

Color convert

RGB 119 80 70 -
CMYK 0 0.33 0.41 0.53
HSL 12.24º 0.26% 0.37% -
HSV(B) 12.24º 0.41% 0.47% -
XYZ 11.58 10.1 7.13 -
YUV 90.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 119 80 70 0 0.33 0.41 0.53 12.24 0.26 0.37
Hex 77 50 46 0 21 29 35 C 1A 25
Octal 167 120 106 0 41 51 65 14 32 45
Binary 1110111 1010000 1000110 0 100001 101001 110101 1100 11010 100101

Color Harmonies of #775046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775046

Black with #775046

Text Example


Text Example

White with #775046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775046; }

 p { color: rgb(119,80,70); }

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

background-color css

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

 a { background-color: rgb(119,80,70); }

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

border-color css

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

 span { border-color: rgb(119,80,70); }

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