Html Css Color HEX #7C401A Russet

📋 copy color: '#7C401A'

red 124 ◦ green 64 ◦ blue 26

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

Shades of Russet #7C401A

Tints of Russet #7C401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 57.94%
G = 29.91%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C401A (or 0x7C401A) is known color: Russet. HEX triplet: 7C, 40 and 1A. RGB value is (124,64,26). Sum of RGB (Red+Green+Blue) = 124+64+26=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C401A is #83BFE5. Grayscale: #4D4D4D. Windows color (decimal): -8634342 or 1720444. OLE color: 1720444.

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

Color convert

RGB 124 64 26 -
CMYK 0 0.48 0.79 0.51
HSL 23.27º 0.65% 0.29% -
HSV(B) 23.27º 0.79% 0.49% -
XYZ 10.33 8.03 1.98 -
YUV 77.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 124 64 26 0 0.48 0.79 0.51 23.27 0.65 0.29
Hex 7C 40 1A 0 30 4F 33 17 41 1D
Octal 174 100 32 0 60 117 63 27 101 35
Binary 1111100 1000000 11010 0 110000 1001111 110011 10111 1000001 11101

Color Harmonies of #7C401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C401A

Black with #7C401A

Text Example


Text Example

White with #7C401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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