Html Css Color HEX #7C4900 Raw Umber

📋 copy color: '#7C4900'

red 124 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #7C4900

Tints of Raw Umber #7C4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.94%
G = 37.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C4900 (or 0x7C4900) is known color: Raw Umber. HEX triplet: 7C, 49 and 00. RGB value is (124,73,0). Sum of RGB (Red+Green+Blue) = 124+73+0=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4900 is #83B6FF. Grayscale: #505050. Windows color (decimal): -8632064 or 18812. OLE color: 18812.

HSL color Cylindrical-coordinate representation of color #7C4900: hue angle of 35.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C4900 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 73 0 -
CMYK 0 0.41 1 0.51
HSL 35.32º 1% 0.24% -
HSV(B) 35.32º 1% 0.49% -
XYZ 10.69 9.05 1.18 -
YUV 79.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 124 73 0 0 0.41 1 0.51 35.32 1 0.24
Hex 7C 49 0 0 29 64 33 23 64 18
Octal 174 111 0 0 51 144 63 43 144 30
Binary 1111100 1001001 0 0 101001 1100100 110011 100011 1100100 11000

Color Harmonies of #7C4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4900

Black with #7C4900

Text Example


Text Example

White with #7C4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,73,0); }

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

background-color css

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

 a { background-color: rgb(124,73,0); }

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

border-color css

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

 span { border-color: rgb(124,73,0); }

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