Html Css Color HEX #774B3E Nutmeg

📋 copy color: '#774B3E'

red 119 ◦ green 75 ◦ blue 62

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

Shades of Nutmeg #774B3E

Tints of Nutmeg #774B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 46.48%
G = 29.3%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#774B3E (or 0x774B3E) is known color: Nutmeg. HEX triplet: 77, 4B and 3E. RGB value is (119,75,62). Sum of RGB (Red+Green+Blue) = 119+75+62=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B3E is #88B4C1. Grayscale: #565656. Windows color (decimal): -8959170 or 4082551. OLE color: 4082551.

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

Color convert

RGB 119 75 62 -
CMYK 0 0.37 0.48 0.53
HSL 13.68º 0.31% 0.35% -
HSV(B) 13.68º 0.48% 0.47% -
XYZ 10.99 9.3 5.77 -
YUV 86.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 119 75 62 0 0.37 0.48 0.53 13.68 0.31 0.35
Hex 77 4B 3E 0 25 30 35 E 1F 23
Octal 167 113 76 0 45 60 65 16 37 43
Binary 1110111 1001011 111110 0 100101 110000 110101 1110 11111 100011

Color Harmonies of #774B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B3E

Black with #774B3E

Text Example


Text Example

White with #774B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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