Html Css Color HEX #775249 Nutmeg

📋 copy color: '#775249'

red 119 ◦ green 82 ◦ blue 73

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

Shades of Nutmeg #775249

Tints of Nutmeg #775249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 73 (28.91% from 255) = 26.64%

R = 43.43%
G = 29.93%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775249 (or 0x775249) is known color: Nutmeg. HEX triplet: 77, 52 and 49. RGB value is (119,82,73). Sum of RGB (Red+Green+Blue) = 119+82+73=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775249 is #88ADB6. Grayscale: #5C5C5C. Windows color (decimal): -8957367 or 4805239. OLE color: 4805239.

HSL color Cylindrical-coordinate representation of color #775249: hue angle of 11.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775249 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 73 -
CMYK 0 0.31 0.39 0.53
HSL 11.74º 0.24% 0.38% -
HSV(B) 11.74º 0.39% 0.47% -
XYZ 11.83 10.44 7.69 -
YUV 92.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 119 82 73 0 0.31 0.39 0.53 11.74 0.24 0.38
Hex 77 52 49 0 1F 27 35 C 18 26
Octal 167 122 111 0 37 47 65 14 30 46
Binary 1110111 1010010 1001001 0 11111 100111 110101 1100 11000 100110

Color Harmonies of #775249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775249

Black with #775249

Text Example


Text Example

White with #775249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775249; }

 p { color: rgb(119,82,73); }

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

background-color css

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

 a { background-color: rgb(119,82,73); }

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

border-color css

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

 span { border-color: rgb(119,82,73); }

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