Html Css Color HEX #7C400B Raw Umber

📋 copy color: '#7C400B'

red 124 ◦ green 64 ◦ blue 11

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

Shades of Raw Umber #7C400B

Tints of Raw Umber #7C400B

RGB

 RED value IS 124 (48.83% from 255) = 62.31%

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 62.31%
G = 32.16%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C400B (or 0x7C400B) is known color: Raw Umber. HEX triplet: 7C, 40 and 0B. RGB value is (124,64,11). Sum of RGB (Red+Green+Blue) = 124+64+11=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C400B is #83BFF4. Grayscale: #4C4C4C. Windows color (decimal): -8634357 or 737404. OLE color: 737404.

HSL color Cylindrical-coordinate representation of color #7C400B: hue angle of 28.14º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C400B is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 64 11 -
CMYK 0 0.48 0.91 0.51
HSL 28.14º 0.84% 0.26% -
HSV(B) 28.14º 0.91% 0.49% -
XYZ 10.21 7.98 1.32 -
YUV 75.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 124 64 11 0 0.48 0.91 0.51 28.14 0.84 0.26
Hex 7C 40 B 0 30 5B 33 1C 54 1A
Octal 174 100 13 0 60 133 63 34 124 32
Binary 1111100 1000000 1011 0 110000 1011011 110011 11100 1010100 11010

Color Harmonies of #7C400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C400B

Black with #7C400B

Text Example


Text Example

White with #7C400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,11); }

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

background-color css

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

 a { background-color: rgb(124,64,11); }

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

border-color css

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

 span { border-color: rgb(124,64,11); }

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