Html Css Color HEX #764F43 Nutmeg

📋 copy color: '#764F43'

red 118 ◦ green 79 ◦ blue 67

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

Shades of Nutmeg #764F43

Tints of Nutmeg #764F43

RGB

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

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

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

R = 44.7%
G = 29.92%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#764F43 (or 0x764F43) is known color: Nutmeg. HEX triplet: 76, 4F and 43. RGB value is (118,79,67). Sum of RGB (Red+Green+Blue) = 118+79+67=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F43 is #89B0BC. Grayscale: #595959. Windows color (decimal): -9023677 or 4411254. OLE color: 4411254.

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

Color convert

RGB 118 79 67 -
CMYK 0 0.33 0.43 0.54
HSL 14.12º 0.28% 0.36% -
HSV(B) 14.12º 0.43% 0.46% -
XYZ 11.28 9.85 6.62 -
YUV 89.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 118 79 67 0 0.33 0.43 0.54 14.12 0.28 0.36
Hex 76 4F 43 0 21 2B 36 E 1C 24
Octal 166 117 103 0 41 53 66 16 34 44
Binary 1110110 1001111 1000011 0 100001 101011 110110 1110 11100 100100

Color Harmonies of #764F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F43

Black with #764F43

Text Example


Text Example

White with #764F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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