Html Css Color HEX #764D3F Nutmeg

📋 copy color: '#764D3F'

red 118 ◦ green 77 ◦ blue 63

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

Shades of Nutmeg #764D3F

Tints of Nutmeg #764D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.84%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 45.74%
G = 29.84%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#764D3F (or 0x764D3F) is known color: Nutmeg. HEX triplet: 76, 4D and 3F. RGB value is (118,77,63). Sum of RGB (Red+Green+Blue) = 118+77+63=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D3F is #89B2C0. Grayscale: #575757. Windows color (decimal): -9024193 or 4148598. OLE color: 4148598.

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

Color convert

RGB 118 77 63 -
CMYK 0 0.35 0.47 0.54
HSL 15.27º 0.3% 0.35% -
HSV(B) 15.27º 0.47% 0.46% -
XYZ 11.02 9.52 5.96 -
YUV 87.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 118 77 63 0 0.35 0.47 0.54 15.27 0.3 0.35
Hex 76 4D 3F 0 23 2F 36 F 1E 23
Octal 166 115 77 0 43 57 66 17 36 43
Binary 1110110 1001101 111111 0 100011 101111 110110 1111 11110 100011

Color Harmonies of #764D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D3F

Black with #764D3F

Text Example


Text Example

White with #764D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,63); }

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

background-color css

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

 a { background-color: rgb(118,77,63); }

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

border-color css

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

 span { border-color: rgb(118,77,63); }

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