Html Css Color HEX #7C4A05 Raw Umber

📋 copy color: '#7C4A05'

red 124 ◦ green 74 ◦ blue 5

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

Shades of Raw Umber #7C4A05

Tints of Raw Umber #7C4A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 61.08%
G = 36.45%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C4A05 (or 0x7C4A05) is known color: Raw Umber. HEX triplet: 7C, 4A and 05. RGB value is (124,74,5). Sum of RGB (Red+Green+Blue) = 124+74+5=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4A05 is #83B5FA. Grayscale: #515151. Windows color (decimal): -8631803 or 346748. OLE color: 346748.

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

Color convert

RGB 124 74 5 -
CMYK 0 0.40 0.96 0.51
HSL 34.79º 0.92% 0.25% -
HSV(B) 34.79º 0.96% 0.49% -
XYZ 10.79 9.19 1.35 -
YUV 81.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 124 74 5 0 0.40 0.96 0.51 34.79 0.92 0.25
Hex 7C 4A 5 0 28 60 33 23 5C 19
Octal 174 112 5 0 50 140 63 43 134 31
Binary 1111100 1001010 101 0 101000 1100000 110011 100011 1011100 11001

Color Harmonies of #7C4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4A05

Black with #7C4A05

Text Example


Text Example

White with #7C4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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