Html Css Color HEX #7A4E44 Nutmeg

📋 copy color: '#7A4E44'

red 122 ◦ green 78 ◦ blue 68

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

Shades of Nutmeg #7A4E44

Tints of Nutmeg #7A4E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

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

R = 45.52%
G = 29.1%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7A4E44 (or 0x7A4E44) is known color: Nutmeg. HEX triplet: 7A, 4E and 44. RGB value is (122,78,68). Sum of RGB (Red+Green+Blue) = 122+78+68=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4E44 is #85B1BB. Grayscale: #5A5A5A. Windows color (decimal): -8761788 or 4476538. OLE color: 4476538.

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

Color convert

RGB 122 78 68 -
CMYK 0 0.36 0.44 0.52
HSL 11.11º 0.28% 0.37% -
HSV(B) 11.11º 0.44% 0.48% -
XYZ 11.79 10 6.78 -
YUV 90.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 122 78 68 0 0.36 0.44 0.52 11.11 0.28 0.37
Hex 7A 4E 44 0 24 2C 34 B 1C 25
Octal 172 116 104 0 44 54 64 13 34 45
Binary 1111010 1001110 1000100 0 100100 101100 110100 1011 11100 100101

Color Harmonies of #7A4E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4E44

Black with #7A4E44

Text Example


Text Example

White with #7A4E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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