Html Css Color HEX #765046 Nutmeg

📋 copy color: '#765046'

red 118 ◦ green 80 ◦ blue 70

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

Shades of Nutmeg #765046

Tints of Nutmeg #765046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 44.03%
G = 29.85%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765046 (or 0x765046) is known color: Nutmeg. HEX triplet: 76, 50 and 46. RGB value is (118,80,70). Sum of RGB (Red+Green+Blue) = 118+80+70=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765046 is #89AFB9. Grayscale: #5A5A5A. Windows color (decimal): -9023418 or 4608118. OLE color: 4608118.

HSL color Cylindrical-coordinate representation of color #765046: hue angle of 12.5º 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 #765046 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 70 -
CMYK 0 0.32 0.41 0.54
HSL 12.5º 0.26% 0.37% -
HSV(B) 12.5º 0.41% 0.46% -
XYZ 11.45 10.03 7.13 -
YUV 90.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 118 80 70 0 0.32 0.41 0.54 12.5 0.26 0.37
Hex 76 50 46 0 20 29 36 C 1A 25
Octal 166 120 106 0 40 51 66 14 32 45
Binary 1110110 1010000 1000110 0 100000 101001 110110 1100 11010 100101

Color Harmonies of #765046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765046

Black with #765046

Text Example


Text Example

White with #765046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765046; }

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

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

background-color css

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

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

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

border-color css

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

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

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