Html Css Color HEX #785043 Nutmeg

📋 copy color: '#785043'

red 120 ◦ green 80 ◦ blue 67

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

Shades of Nutmeg #785043

Tints of Nutmeg #785043

RGB

 RED value IS 120 (47.27% from 255) = 44.94%

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

 BLUE value IS 67 (26.56% from 255) = 25.09%

R = 44.94%
G = 29.96%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#785043 (or 0x785043) is known color: Nutmeg. HEX triplet: 78, 50 and 43. RGB value is (120,80,67). Sum of RGB (Red+Green+Blue) = 120+80+67=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #785043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785043 is #87AFBC. Grayscale: #5A5A5A. Windows color (decimal): -8892349 or 4411512. OLE color: 4411512.

HSL color Cylindrical-coordinate representation of color #785043: hue angle of 14.72º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #785043 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 67 -
CMYK 0 0.33 0.44 0.53
HSL 14.72º 0.28% 0.37% -
HSV(B) 14.72º 0.44% 0.47% -
XYZ 11.63 10.14 6.65 -
YUV 90.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 120 80 67 0 0.33 0.44 0.53 14.72 0.28 0.37
Hex 78 50 43 0 21 2C 35 F 1C 25
Octal 170 120 103 0 41 54 65 17 34 45
Binary 1111000 1010000 1000011 0 100001 101100 110101 1111 11100 100101

Color Harmonies of #785043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785043

Black with #785043

Text Example


Text Example

White with #785043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785043; }

 p { color: rgb(120,80,67); }

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

background-color css

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

 a { background-color: rgb(120,80,67); }

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

border-color css

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

 span { border-color: rgb(120,80,67); }

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