Html Css Color HEX #764A3A Nutmeg

📋 copy color: '#764A3A'

red 118 ◦ green 74 ◦ blue 58

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

Shades of Nutmeg #764A3A

Tints of Nutmeg #764A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 47.2%
G = 29.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#764A3A (or 0x764A3A) is known color: Nutmeg. HEX triplet: 76, 4A and 3A. RGB value is (118,74,58). Sum of RGB (Red+Green+Blue) = 118+74+58=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3A is #89B5C5. Grayscale: #555555. Windows color (decimal): -9024966 or 3820150. OLE color: 3820150.

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

Color convert

RGB 118 74 58 -
CMYK 0 0.37 0.51 0.54
HSL 16º 0.34% 0.35% -
HSV(B) 16º 0.51% 0.46% -
XYZ 10.68 9.05 5.19 -
YUV 85.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 118 74 58 0 0.37 0.51 0.54 16 0.34 0.35
Hex 76 4A 3A 0 25 33 36 10 22 23
Octal 166 112 72 0 45 63 66 20 42 43
Binary 1110110 1001010 111010 0 100101 110011 110110 10000 100010 100011

Color Harmonies of #764A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A3A

Black with #764A3A

Text Example


Text Example

White with #764A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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