Html Css Color HEX #7A5142 Nutmeg

📋 copy color: '#7A5142'

red 122 ◦ green 81 ◦ blue 66

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

Shades of Nutmeg #7A5142

Tints of Nutmeg #7A5142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.11%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 45.35%
G = 30.11%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7A5142 (or 0x7A5142) is known color: Nutmeg. HEX triplet: 7A, 51 and 42. RGB value is (122,81,66). Sum of RGB (Red+Green+Blue) = 122+81+66=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5142 is #85AEBD. Grayscale: #5B5B5B. Windows color (decimal): -8761022 or 4346234. OLE color: 4346234.

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

Color convert

RGB 122 81 66 -
CMYK 0 0.34 0.46 0.52
HSL 16.07º 0.3% 0.37% -
HSV(B) 16.07º 0.46% 0.48% -
XYZ 11.95 10.42 6.53 -
YUV 91.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 122 81 66 0 0.34 0.46 0.52 16.07 0.3 0.37
Hex 7A 51 42 0 22 2E 34 10 1E 25
Octal 172 121 102 0 42 56 64 20 36 45
Binary 1111010 1010001 1000010 0 100010 101110 110100 10000 11110 100101

Color Harmonies of #7A5142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5142

Black with #7A5142

Text Example


Text Example

White with #7A5142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,66); }

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

background-color css

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

 a { background-color: rgb(122,81,66); }

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

border-color css

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

 span { border-color: rgb(122,81,66); }

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