Html Css Color HEX #774B41 Nutmeg

📋 copy color: '#774B41'

red 119 ◦ green 75 ◦ blue 65

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

Shades of Nutmeg #774B41

Tints of Nutmeg #774B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.96%

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 45.95%
G = 28.96%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774B41 (or 0x774B41) is known color: Nutmeg. HEX triplet: 77, 4B and 41. RGB value is (119,75,65). Sum of RGB (Red+Green+Blue) = 119+75+65=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B41 is #88B4BE. Grayscale: #575757. Windows color (decimal): -8959167 or 4279159. OLE color: 4279159.

HSL color Cylindrical-coordinate representation of color #774B41: hue angle of 11.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774B41 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 75 65 -
CMYK 0 0.37 0.45 0.53
HSL 11.11º 0.29% 0.36% -
HSV(B) 11.11º 0.45% 0.47% -
XYZ 11.08 9.34 6.22 -
YUV 87.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 119 75 65 0 0.37 0.45 0.53 11.11 0.29 0.36
Hex 77 4B 41 0 25 2D 35 B 1D 24
Octal 167 113 101 0 45 55 65 13 35 44
Binary 1110111 1001011 1000001 0 100101 101101 110101 1011 11101 100100

Color Harmonies of #774B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B41

Black with #774B41

Text Example


Text Example

White with #774B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,65); }

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

background-color css

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

 a { background-color: rgb(119,75,65); }

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

border-color css

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

 span { border-color: rgb(119,75,65); }

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