Html Css Color HEX #7B4A38 Nutmeg

📋 copy color: '#7B4A38'

red 123 ◦ green 74 ◦ blue 56

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

Shades of Nutmeg #7B4A38

Tints of Nutmeg #7B4A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 56 (22.27% from 255) = 22.13%

R = 48.62%
G = 29.25%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7B4A38 (or 0x7B4A38) is known color: Nutmeg. HEX triplet: 7B, 4A and 38. RGB value is (123,74,56). Sum of RGB (Red+Green+Blue) = 123+74+56=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A38 is #84B5C7. Grayscale: #565656. Windows color (decimal): -8697288 or 3689083. OLE color: 3689083.

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

Color convert

RGB 123 74 56 -
CMYK 0 0.40 0.54 0.52
HSL 16.12º 0.37% 0.35% -
HSV(B) 16.12º 0.54% 0.48% -
XYZ 11.33 9.39 4.96 -
YUV 86.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 123 74 56 0 0.40 0.54 0.52 16.12 0.37 0.35
Hex 7B 4A 38 0 28 36 34 10 25 23
Octal 173 112 70 0 50 66 64 20 45 43
Binary 1111011 1001010 111000 0 101000 110110 110100 10000 100101 100011

Color Harmonies of #7B4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4A38

Black with #7B4A38

Text Example


Text Example

White with #7B4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,74,56); }

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

background-color css

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

 a { background-color: rgb(123,74,56); }

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

border-color css

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

 span { border-color: rgb(123,74,56); }

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