Html Css Color HEX #774C43 Nutmeg

📋 copy color: '#774C43'

red 119 ◦ green 76 ◦ blue 67

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

Shades of Nutmeg #774C43

Tints of Nutmeg #774C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.57%

R = 45.42%
G = 29.01%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#774C43 (or 0x774C43) is known color: Nutmeg. HEX triplet: 77, 4C and 43. RGB value is (119,76,67). Sum of RGB (Red+Green+Blue) = 119+76+67=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C43 is #88B3BC. Grayscale: #575757. Windows color (decimal): -8958909 or 4410487. OLE color: 4410487.

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

Color convert

RGB 119 76 67 -
CMYK 0 0.36 0.44 0.53
HSL 10.38º 0.28% 0.36% -
HSV(B) 10.38º 0.44% 0.47% -
XYZ 11.21 9.5 6.55 -
YUV 87.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 119 76 67 0 0.36 0.44 0.53 10.38 0.28 0.36
Hex 77 4C 43 0 24 2C 35 A 1C 24
Octal 167 114 103 0 44 54 65 12 34 44
Binary 1110111 1001100 1000011 0 100100 101100 110101 1010 11100 100100

Color Harmonies of #774C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C43

Black with #774C43

Text Example


Text Example

White with #774C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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