Html Css Color HEX #7A5044 Nutmeg

📋 copy color: '#7A5044'

red 122 ◦ green 80 ◦ blue 68

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

Shades of Nutmeg #7A5044

Tints of Nutmeg #7A5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 45.19%
G = 29.63%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A5044 (or 0x7A5044) is known color: Nutmeg. HEX triplet: 7A, 50 and 44. RGB value is (122,80,68). Sum of RGB (Red+Green+Blue) = 122+80+68=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5044 is #85AFBB. Grayscale: #5B5B5B. Windows color (decimal): -8761276 or 4477050. OLE color: 4477050.

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

Color convert

RGB 122 80 68 -
CMYK 0 0.34 0.44 0.52
HSL 13.33º 0.28% 0.37% -
HSV(B) 13.33º 0.44% 0.48% -
XYZ 11.94 10.29 6.83 -
YUV 91.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 122 80 68 0 0.34 0.44 0.52 13.33 0.28 0.37
Hex 7A 50 44 0 22 2C 34 D 1C 25
Octal 172 120 104 0 42 54 64 15 34 45
Binary 1111010 1010000 1000100 0 100010 101100 110100 1101 11100 100101

Color Harmonies of #7A5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5044

Black with #7A5044

Text Example


Text Example

White with #7A5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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