Html Css Color HEX #7A4A3B Nutmeg

📋 copy color: '#7A4A3B'

red 122 ◦ green 74 ◦ blue 59

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

Shades of Nutmeg #7A4A3B

Tints of Nutmeg #7A4A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 47.84%
G = 29.02%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A4A3B (or 0x7A4A3B) is known color: Nutmeg. HEX triplet: 7A, 4A and 3B. RGB value is (122,74,59). Sum of RGB (Red+Green+Blue) = 122+74+59=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A3B is #85B5C4. Grayscale: #565656. Windows color (decimal): -8762821 or 3885690. OLE color: 3885690.

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

Color convert

RGB 122 74 59 -
CMYK 0 0.39 0.52 0.52
HSL 14.29º 0.35% 0.35% -
HSV(B) 14.29º 0.52% 0.48% -
XYZ 11.26 9.35 5.35 -
YUV 86.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 122 74 59 0 0.39 0.52 0.52 14.29 0.35 0.35
Hex 7A 4A 3B 0 27 34 34 E 23 23
Octal 172 112 73 0 47 64 64 16 43 43
Binary 1111010 1001010 111011 0 100111 110100 110100 1110 100011 100011

Color Harmonies of #7A4A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4A3B

Black with #7A4A3B

Text Example


Text Example

White with #7A4A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,74,59); }

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

background-color css

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

 a { background-color: rgb(122,74,59); }

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

border-color css

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

 span { border-color: rgb(122,74,59); }

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