Html Css Color HEX #7A5047 Nutmeg

📋 copy color: '#7A5047'

red 122 ◦ green 80 ◦ blue 71

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

Shades of Nutmeg #7A5047

Tints of Nutmeg #7A5047

RGB

 RED value IS 122 (48.05% from 255) = 44.69%

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

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

R = 44.69%
G = 29.3%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#7A5047 (or 0x7A5047) is known color: Nutmeg. HEX triplet: 7A, 50 and 47. RGB value is (122,80,71). Sum of RGB (Red+Green+Blue) = 122+80+71=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5047 is #85AFB8. Grayscale: #5B5B5B. Windows color (decimal): -8761273 or 4673658. OLE color: 4673658.

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

Color convert

RGB 122 80 71 -
CMYK 0 0.34 0.42 0.52
HSL 10.59º 0.26% 0.38% -
HSV(B) 10.59º 0.42% 0.48% -
XYZ 12.03 10.33 7.32 -
YUV 91.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 122 80 71 0 0.34 0.42 0.52 10.59 0.26 0.38
Hex 7A 50 47 0 22 2A 34 B 1A 26
Octal 172 120 107 0 42 52 64 13 32 46
Binary 1111010 1010000 1000111 0 100010 101010 110100 1011 11010 100110

Color Harmonies of #7A5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5047

Black with #7A5047

Text Example


Text Example

White with #7A5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,71); }

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

background-color css

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

 a { background-color: rgb(122,80,71); }

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

border-color css

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

 span { border-color: rgb(122,80,71); }

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