Html Css Color HEX #7A4C3B Nutmeg

📋 copy color: '#7A4C3B'

red 122 ◦ green 76 ◦ blue 59

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

Shades of Nutmeg #7A4C3B

Tints of Nutmeg #7A4C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.57%

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

R = 47.47%
G = 29.57%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A4C3B (or 0x7A4C3B) is known color: Nutmeg. HEX triplet: 7A, 4C and 3B. RGB value is (122,76,59). Sum of RGB (Red+Green+Blue) = 122+76+59=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C3B is #85B3C4. Grayscale: #575757. Windows color (decimal): -8762309 or 3886202. OLE color: 3886202.

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

Color convert

RGB 122 76 59 -
CMYK 0 0.38 0.52 0.52
HSL 16.19º 0.35% 0.35% -
HSV(B) 16.19º 0.52% 0.48% -
XYZ 11.4 9.62 5.39 -
YUV 87.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 122 76 59 0 0.38 0.52 0.52 16.19 0.35 0.35
Hex 7A 4C 3B 0 26 34 34 10 23 23
Octal 172 114 73 0 46 64 64 20 43 43
Binary 1111010 1001100 111011 0 100110 110100 110100 10000 100011 100011

Color Harmonies of #7A4C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4C3B

Black with #7A4C3B

Text Example


Text Example

White with #7A4C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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