Html Css Color HEX #764B40 Nutmeg

📋 copy color: '#764B40'

red 118 ◦ green 75 ◦ blue 64

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

Shades of Nutmeg #764B40

Tints of Nutmeg #764B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 45.91%
G = 29.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#764B40 (or 0x764B40) is known color: Nutmeg. HEX triplet: 76, 4B and 40. RGB value is (118,75,64). Sum of RGB (Red+Green+Blue) = 118+75+64=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B40 is #89B4BF. Grayscale: #565656. Windows color (decimal): -9024704 or 4213622. OLE color: 4213622.

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

Color convert

RGB 118 75 64 -
CMYK 0 0.36 0.46 0.54
HSL 12.22º 0.3% 0.36% -
HSV(B) 12.22º 0.46% 0.46% -
XYZ 10.91 9.25 6.06 -
YUV 86.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 118 75 64 0 0.36 0.46 0.54 12.22 0.3 0.36
Hex 76 4B 40 0 24 2E 36 C 1E 24
Octal 166 113 100 0 44 56 66 14 36 44
Binary 1110110 1001011 1000000 0 100100 101110 110110 1100 11110 100100

Color Harmonies of #764B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B40

Black with #764B40

Text Example


Text Example

White with #764B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,75,64); }

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

background-color css

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

 a { background-color: rgb(118,75,64); }

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

border-color css

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

 span { border-color: rgb(118,75,64); }

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