Html Css Color HEX #764B3E Nutmeg

📋 copy color: '#764B3E'

red 118 ◦ green 75 ◦ blue 62

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

Shades of Nutmeg #764B3E

Tints of Nutmeg #764B3E

RGB

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

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

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

R = 46.27%
G = 29.41%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#764B3E (or 0x764B3E) is known color: Nutmeg. HEX triplet: 76, 4B and 3E. RGB value is (118,75,62). Sum of RGB (Red+Green+Blue) = 118+75+62=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B3E is #89B4C1. Grayscale: #565656. Windows color (decimal): -9024706 or 4082550. OLE color: 4082550.

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

Color convert

RGB 118 75 62 -
CMYK 0 0.36 0.47 0.54
HSL 13.93º 0.31% 0.35% -
HSV(B) 13.93º 0.47% 0.46% -
XYZ 10.86 9.23 5.77 -
YUV 86.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 118 75 62 0 0.36 0.47 0.54 13.93 0.31 0.35
Hex 76 4B 3E 0 24 2F 36 E 1F 23
Octal 166 113 76 0 44 57 66 16 37 43
Binary 1110110 1001011 111110 0 100100 101111 110110 1110 11111 100011

Color Harmonies of #764B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B3E

Black with #764B3E

Text Example


Text Example

White with #764B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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