Html Css Color HEX #765146 Nutmeg

📋 copy color: '#765146'

red 118 ◦ green 81 ◦ blue 70

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

Shades of Nutmeg #765146

Tints of Nutmeg #765146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 43.87%
G = 30.11%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765146 (or 0x765146) is known color: Nutmeg. HEX triplet: 76, 51 and 46. RGB value is (118,81,70). Sum of RGB (Red+Green+Blue) = 118+81+70=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765146 is #89AEB9. Grayscale: #5A5A5A. Windows color (decimal): -9023162 or 4608374. OLE color: 4608374.

HSL color Cylindrical-coordinate representation of color #765146: hue angle of 13.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765146 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 70 -
CMYK 0 0.31 0.41 0.54
HSL 13.75º 0.26% 0.37% -
HSV(B) 13.75º 0.41% 0.46% -
XYZ 11.52 10.18 7.15 -
YUV 90.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 118 81 70 0 0.31 0.41 0.54 13.75 0.26 0.37
Hex 76 51 46 0 1F 29 36 E 1A 25
Octal 166 121 106 0 37 51 66 16 32 45
Binary 1110110 1010001 1000110 0 11111 101001 110110 1110 11010 100101

Color Harmonies of #765146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765146

Black with #765146

Text Example


Text Example

White with #765146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765146; }

 p { color: rgb(118,81,70); }

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

background-color css

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

 a { background-color: rgb(118,81,70); }

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

border-color css

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

 span { border-color: rgb(118,81,70); }

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