Html Css Color HEX #7B4D3D Nutmeg

📋 copy color: '#7B4D3D'

red 123 ◦ green 77 ◦ blue 61

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

Shades of Nutmeg #7B4D3D

Tints of Nutmeg #7B4D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 47.13%
G = 29.5%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B4D3D (or 0x7B4D3D) is known color: Nutmeg. HEX triplet: 7B, 4D and 3D. RGB value is (123,77,61). Sum of RGB (Red+Green+Blue) = 123+77+61=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D3D is #84B2C2. Grayscale: #595959. Windows color (decimal): -8696515 or 4017531. OLE color: 4017531.

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

Color convert

RGB 123 77 61 -
CMYK 0 0.37 0.50 0.52
HSL 15.48º 0.34% 0.36% -
HSV(B) 15.48º 0.5% 0.48% -
XYZ 11.66 9.86 5.7 -
YUV 88.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 123 77 61 0 0.37 0.50 0.52 15.48 0.34 0.36
Hex 7B 4D 3D 0 25 32 34 F 22 24
Octal 173 115 75 0 45 62 64 17 42 44
Binary 1111011 1001101 111101 0 100101 110010 110100 1111 100010 100100

Color Harmonies of #7B4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4D3D

Black with #7B4D3D

Text Example


Text Example

White with #7B4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,77,61); }

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

background-color css

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

 a { background-color: rgb(123,77,61); }

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

border-color css

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

 span { border-color: rgb(123,77,61); }

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