#7B4E45

Color #7B4E45 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #7B4E45

Tints of Nutmeg #7B4E45

Color information

#7B4E45 (or 0x7B4E45) is unknown color: approx Nutmeg. HEX triplet: 7B, 4E and 45. RGB value is (123,78,69). Sum of RGB (Red+Green+Blue) = 123+78+69=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4E45 is #84B1BA. Grayscale: #5A5A5A. Windows color (decimal): -8696251 or 4542075. OLE color: 4542075.

HSL color Cylindrical-coordinate representation of color #7B4E45: hue angle of 10º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B4E45 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1237869-
CMYK00.370.440.52
HSL10º28.12%37.65%-
HSV(B)10º43.9%48.24%-
XYZ11.9710.096.95-
YUV90.43115.91151.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=45.56%
G=28.89%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123786900.370.440.521028.1237.65
Hex7B4E450252C34a1c26
Octal1731161050455464123446
Binary1111011100111010001010100101101100110100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B4E45; }

 p { color: rgb(123,78,69); }

 H1.HeaderClassName
 {
   color: #7B4E45;
 }
 .AnyTagClassName
 {
   color: #7B4E45;
 }
</style>
background-color css

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

 a { background-color: rgb(123,78,69); }

 div.DivClassName
 {
   background-color: #7B4E45;
 }
 .BgClassName
 {
   background-color: #7B4E45;
 }
</style>
border-color css

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

 span { border-color: rgb(123,78,69); }

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