Html Css Color HEX #7A5041 Nutmeg

📋 copy color: '#7A5041'

red 122 ◦ green 80 ◦ blue 65

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

Shades of Nutmeg #7A5041

Tints of Nutmeg #7A5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 45.69%
G = 29.96%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A5041 (or 0x7A5041) is known color: Nutmeg. HEX triplet: 7A, 50 and 41. RGB value is (122,80,65). Sum of RGB (Red+Green+Blue) = 122+80+65=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5041 is #85AFBE. Grayscale: #5A5A5A. Windows color (decimal): -8761279 or 4280442. OLE color: 4280442.

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

Color convert

RGB 122 80 65 -
CMYK 0 0.34 0.47 0.52
HSL 15.79º 0.3% 0.37% -
HSV(B) 15.79º 0.47% 0.48% -
XYZ 11.85 10.26 6.36 -
YUV 90.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 122 80 65 0 0.34 0.47 0.52 15.79 0.3 0.37
Hex 7A 50 41 0 22 2F 34 10 1E 25
Octal 172 120 101 0 42 57 64 20 36 45
Binary 1111010 1010000 1000001 0 100010 101111 110100 10000 11110 100101

Color Harmonies of #7A5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5041

Black with #7A5041

Text Example


Text Example

White with #7A5041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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