Html Css Color HEX #7C400F Russet

📋 copy color: '#7C400F'

red 124 ◦ green 64 ◦ blue 15

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

Shades of Russet #7C400F

Tints of Russet #7C400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 61.08%
G = 31.53%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C400F (or 0x7C400F) is known color: Russet. HEX triplet: 7C, 40 and 0F. RGB value is (124,64,15). Sum of RGB (Red+Green+Blue) = 124+64+15=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C400F is #83BFF0. Grayscale: #4C4C4C. Windows color (decimal): -8634353 or 999548. OLE color: 999548.

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

Color convert

RGB 124 64 15 -
CMYK 0 0.48 0.88 0.51
HSL 26.97º 0.78% 0.27% -
HSV(B) 26.97º 0.88% 0.49% -
XYZ 10.23 7.99 1.45 -
YUV 76.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 124 64 15 0 0.48 0.88 0.51 26.97 0.78 0.27
Hex 7C 40 F 0 30 58 33 1B 4E 1B
Octal 174 100 17 0 60 130 63 33 116 33
Binary 1111100 1000000 1111 0 110000 1011000 110011 11011 1001110 11011

Color Harmonies of #7C400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C400F

Black with #7C400F

Text Example


Text Example

White with #7C400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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