Html Css Color HEX #7C401B Russet

📋 copy color: '#7C401B'

red 124 ◦ green 64 ◦ blue 27

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

Shades of Russet #7C401B

Tints of Russet #7C401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 57.67%
G = 29.77%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C401B (or 0x7C401B) is known color: Russet. HEX triplet: 7C, 40 and 1B. RGB value is (124,64,27). Sum of RGB (Red+Green+Blue) = 124+64+27=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C401B is #83BFE4. Grayscale: #4D4D4D. Windows color (decimal): -8634341 or 1785980. OLE color: 1785980.

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

Color convert

RGB 124 64 27 -
CMYK 0 0.48 0.78 0.51
HSL 22.89º 0.64% 0.3% -
HSV(B) 22.89º 0.78% 0.49% -
XYZ 10.34 8.03 2.04 -
YUV 77.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 124 64 27 0 0.48 0.78 0.51 22.89 0.64 0.3
Hex 7C 40 1B 0 30 4E 33 17 40 1E
Octal 174 100 33 0 60 116 63 27 100 36
Binary 1111100 1000000 11011 0 110000 1001110 110011 10111 1000000 11110

Color Harmonies of #7C401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C401B

Black with #7C401B

Text Example


Text Example

White with #7C401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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