Html Css Color HEX #775146 Nutmeg

📋 copy color: '#775146'

red 119 ◦ green 81 ◦ blue 70

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

Shades of Nutmeg #775146

Tints of Nutmeg #775146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 44.07%
G = 30%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775146 (or 0x775146) is known color: Nutmeg. HEX triplet: 77, 51 and 46. RGB value is (119,81,70). Sum of RGB (Red+Green+Blue) = 119+81+70=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775146 is #88AEB9. Grayscale: #5B5B5B. Windows color (decimal): -8957626 or 4608375. OLE color: 4608375.

HSL color Cylindrical-coordinate representation of color #775146: hue angle of 13.47º 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 #775146 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 70 -
CMYK 0 0.32 0.41 0.53
HSL 13.47º 0.26% 0.37% -
HSV(B) 13.47º 0.41% 0.47% -
XYZ 11.66 10.25 7.16 -
YUV 91.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 119 81 70 0 0.32 0.41 0.53 13.47 0.26 0.37
Hex 77 51 46 0 20 29 35 D 1A 25
Octal 167 121 106 0 40 51 65 15 32 45
Binary 1110111 1010001 1000110 0 100000 101001 110101 1101 11010 100101

Color Harmonies of #775146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775146

Black with #775146

Text Example


Text Example

White with #775146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775146; }

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

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

background-color css

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

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

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

border-color css

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

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

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