Html Css Color HEX #764A3E Nutmeg

📋 copy color: '#764A3E'

red 118 ◦ green 74 ◦ blue 62

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

Shades of Nutmeg #764A3E

Tints of Nutmeg #764A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 46.46%
G = 29.13%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#764A3E (or 0x764A3E) is known color: Nutmeg. HEX triplet: 76, 4A and 3E. RGB value is (118,74,62). Sum of RGB (Red+Green+Blue) = 118+74+62=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3E is #89B5C1. Grayscale: #555555. Windows color (decimal): -9024962 or 4082294. OLE color: 4082294.

HSL color Cylindrical-coordinate representation of color #764A3E: hue angle of 12.86º degrees, saturation: 0.31, 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 #764A3E is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 62 -
CMYK 0 0.37 0.47 0.54
HSL 12.86º 0.31% 0.35% -
HSV(B) 12.86º 0.47% 0.46% -
XYZ 10.79 9.1 5.74 -
YUV 85.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 118 74 62 0 0.37 0.47 0.54 12.86 0.31 0.35
Hex 76 4A 3E 0 25 2F 36 D 1F 23
Octal 166 112 76 0 45 57 66 15 37 43
Binary 1110110 1001010 111110 0 100101 101111 110110 1101 11111 100011

Color Harmonies of #764A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A3E

Black with #764A3E

Text Example


Text Example

White with #764A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,62); }

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

background-color css

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

 a { background-color: rgb(118,74,62); }

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

border-color css

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

 span { border-color: rgb(118,74,62); }

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