Html Css Color HEX #7B4F44 Nutmeg

📋 copy color: '#7B4F44'

red 123 ◦ green 79 ◦ blue 68

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

Shades of Nutmeg #7B4F44

Tints of Nutmeg #7B4F44

RGB

 RED value IS 123 (48.44% from 255) = 45.56%

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 45.56%
G = 29.26%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7B4F44 (or 0x7B4F44) is known color: Nutmeg. HEX triplet: 7B, 4F and 44. RGB value is (123,79,68). Sum of RGB (Red+Green+Blue) = 123+79+68=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4F44 is #84B0BB. Grayscale: #5A5A5A. Windows color (decimal): -8695996 or 4476795. OLE color: 4476795.

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

Color convert

RGB 123 79 68 -
CMYK 0 0.36 0.45 0.52
HSL 12º 0.29% 0.37% -
HSV(B) 12º 0.45% 0.48% -
XYZ 12.01 10.22 6.81 -
YUV 90.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 123 79 68 0 0.36 0.45 0.52 12 0.29 0.37
Hex 7B 4F 44 0 24 2D 34 C 1D 25
Octal 173 117 104 0 44 55 64 14 35 45
Binary 1111011 1001111 1000100 0 100100 101101 110100 1100 11101 100101

Color Harmonies of #7B4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4F44

Black with #7B4F44

Text Example


Text Example

White with #7B4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,79,68); }

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

background-color css

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

 a { background-color: rgb(123,79,68); }

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

border-color css

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

 span { border-color: rgb(123,79,68); }

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