Html Css Color HEX #7B4C3D Nutmeg

📋 copy color: '#7B4C3D'

red 123 ◦ green 76 ◦ blue 61

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

Shades of Nutmeg #7B4C3D

Tints of Nutmeg #7B4C3D

RGB

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

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

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

R = 47.31%
G = 29.23%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B4C3D (or 0x7B4C3D) is known color: Nutmeg. HEX triplet: 7B, 4C and 3D. RGB value is (123,76,61). Sum of RGB (Red+Green+Blue) = 123+76+61=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4C3D is #84B3C2. Grayscale: #585858. Windows color (decimal): -8696771 or 4017275. OLE color: 4017275.

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

Color convert

RGB 123 76 61 -
CMYK 0 0.38 0.50 0.52
HSL 14.52º 0.34% 0.36% -
HSV(B) 14.52º 0.5% 0.48% -
XYZ 11.6 9.72 5.68 -
YUV 88.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 123 76 61 0 0.38 0.50 0.52 14.52 0.34 0.36
Hex 7B 4C 3D 0 26 32 34 F 22 24
Octal 173 114 75 0 46 62 64 17 42 44
Binary 1111011 1001100 111101 0 100110 110010 110100 1111 100010 100100

Color Harmonies of #7B4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4C3D

Black with #7B4C3D

Text Example


Text Example

White with #7B4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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