Html Css Color HEX #774C3E Nutmeg

📋 copy color: '#774C3E'

red 119 ◦ green 76 ◦ blue 62

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

Shades of Nutmeg #774C3E

Tints of Nutmeg #774C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

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

R = 46.3%
G = 29.57%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#774C3E (or 0x774C3E) is known color: Nutmeg. HEX triplet: 77, 4C and 3E. RGB value is (119,76,62). Sum of RGB (Red+Green+Blue) = 119+76+62=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C3E is #88B3C1. Grayscale: #575757. Windows color (decimal): -8958914 or 4082807. OLE color: 4082807.

HSL color Cylindrical-coordinate representation of color #774C3E: hue angle of 14.74º 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 #774C3E is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 62 -
CMYK 0 0.36 0.48 0.53
HSL 14.74º 0.31% 0.35% -
HSV(B) 14.74º 0.48% 0.47% -
XYZ 11.06 9.44 5.8 -
YUV 87.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 119 76 62 0 0.36 0.48 0.53 14.74 0.31 0.35
Hex 77 4C 3E 0 24 30 35 F 1F 23
Octal 167 114 76 0 44 60 65 17 37 43
Binary 1110111 1001100 111110 0 100100 110000 110101 1111 11111 100011

Color Harmonies of #774C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C3E

Black with #774C3E

Text Example


Text Example

White with #774C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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