Html Css Color HEX #7C4A06 Raw Umber

📋 copy color: '#7C4A06'

red 124 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #7C4A06

Tints of Raw Umber #7C4A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 60.78%
G = 36.27%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7C4A06 (or 0x7C4A06) is known color: Raw Umber. HEX triplet: 7C, 4A and 06. RGB value is (124,74,6). Sum of RGB (Red+Green+Blue) = 124+74+6=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4A06 is #83B5F9. Grayscale: #515151. Windows color (decimal): -8631802 or 412284. OLE color: 412284.

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

Color convert

RGB 124 74 6 -
CMYK 0 0.40 0.95 0.51
HSL 34.58º 0.91% 0.25% -
HSV(B) 34.58º 0.95% 0.49% -
XYZ 10.79 9.2 1.38 -
YUV 81.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 124 74 6 0 0.40 0.95 0.51 34.58 0.91 0.25
Hex 7C 4A 6 0 28 5F 33 23 5B 19
Octal 174 112 6 0 50 137 63 43 133 31
Binary 1111100 1001010 110 0 101000 1011111 110011 100011 1011011 11001

Color Harmonies of #7C4A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4A06

Black with #7C4A06

Text Example


Text Example

White with #7C4A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,74,6); }

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

background-color css

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

 a { background-color: rgb(124,74,6); }

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

border-color css

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

 span { border-color: rgb(124,74,6); }

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