Html Css Color HEX #7A5042 Nutmeg

📋 copy color: '#7A5042'

red 122 ◦ green 80 ◦ blue 66

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

Shades of Nutmeg #7A5042

Tints of Nutmeg #7A5042

RGB

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

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

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

R = 45.52%
G = 29.85%
B = 24.63%

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

#7A5042 (or 0x7A5042) is known color: Nutmeg. HEX triplet: 7A, 50 and 42. RGB value is (122,80,66). Sum of RGB (Red+Green+Blue) = 122+80+66=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5042 is #85AFBD. Grayscale: #5B5B5B. Windows color (decimal): -8761278 or 4345978. OLE color: 4345978.

HSL color Cylindrical-coordinate representation of color #7A5042: hue angle of 15º 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 #7A5042 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 80 66 -
CMYK 0 0.34 0.46 0.52
HSL 15º 0.3% 0.37% -
HSV(B) 15º 0.46% 0.48% -
XYZ 11.88 10.27 6.51 -
YUV 90.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 122 80 66 0 0.34 0.46 0.52 15 0.3 0.37
Hex 7A 50 42 0 22 2E 34 F 1E 25
Octal 172 120 102 0 42 56 64 17 36 45
Binary 1111010 1010000 1000010 0 100010 101110 110100 1111 11110 100101

Color Harmonies of #7A5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5042

Black with #7A5042

Text Example


Text Example

White with #7A5042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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