Html Css Color HEX #765147 Nutmeg

📋 copy color: '#765147'

red 118 ◦ green 81 ◦ blue 71

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

Shades of Nutmeg #765147

Tints of Nutmeg #765147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 43.7%
G = 30%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#765147 (or 0x765147) is known color: Nutmeg. HEX triplet: 76, 51 and 47. RGB value is (118,81,71). Sum of RGB (Red+Green+Blue) = 118+81+71=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765147 is #89AEB8. Grayscale: #5B5B5B. Windows color (decimal): -9023161 or 4673910. OLE color: 4673910.

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

Color convert

RGB 118 81 71 -
CMYK 0 0.31 0.40 0.54
HSL 12.77º 0.25% 0.37% -
HSV(B) 12.77º 0.4% 0.46% -
XYZ 11.55 10.19 7.32 -
YUV 90.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 118 81 71 0 0.31 0.40 0.54 12.77 0.25 0.37
Hex 76 51 47 0 1F 28 36 D 19 25
Octal 166 121 107 0 37 50 66 15 31 45
Binary 1110110 1010001 1000111 0 11111 101000 110110 1101 11001 100101

Color Harmonies of #765147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765147

Black with #765147

Text Example


Text Example

White with #765147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765147; }

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

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

background-color css

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

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

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

border-color css

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

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

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