Html Css Color HEX #764F44 Nutmeg

📋 copy color: '#764F44'

red 118 ◦ green 79 ◦ blue 68

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

Shades of Nutmeg #764F44

Tints of Nutmeg #764F44

RGB

 RED value IS 118 (46.48% from 255) = 44.53%

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 44.53%
G = 29.81%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#764F44 (or 0x764F44) is known color: Nutmeg. HEX triplet: 76, 4F and 44. RGB value is (118,79,68). Sum of RGB (Red+Green+Blue) = 118+79+68=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #764F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F44 is #89B0BB. Grayscale: #595959. Windows color (decimal): -9023676 or 4476790. OLE color: 4476790.

HSL color Cylindrical-coordinate representation of color #764F44: hue angle of 13.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764F44 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 68 -
CMYK 0 0.33 0.42 0.54
HSL 13.2º 0.27% 0.36% -
HSV(B) 13.2º 0.42% 0.46% -
XYZ 11.31 9.86 6.78 -
YUV 89.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 118 79 68 0 0.33 0.42 0.54 13.2 0.27 0.36
Hex 76 4F 44 0 21 2A 36 D 1B 24
Octal 166 117 104 0 41 52 66 15 33 44
Binary 1110110 1001111 1000100 0 100001 101010 110110 1101 11011 100100

Color Harmonies of #764F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F44

Black with #764F44

Text Example


Text Example

White with #764F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F44; }

 p { color: rgb(118,79,68); }

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

background-color css

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

 a { background-color: rgb(118,79,68); }

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

border-color css

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

 span { border-color: rgb(118,79,68); }

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