Html Css Color HEX #7D4712 Russet

📋 copy color: '#7D4712'

red 125 ◦ green 71 ◦ blue 18

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

Shades of Russet #7D4712

Tints of Russet #7D4712

RGB

 RED value IS 125 (49.22% from 255) = 58.41%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 58.41%
G = 33.18%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D4712 (or 0x7D4712) is known color: Russet. HEX triplet: 7D, 47 and 12. RGB value is (125,71,18). Sum of RGB (Red+Green+Blue) = 125+71+18=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4712 is #82B8ED. Grayscale: #515151. Windows color (decimal): -8567022 or 1197949. OLE color: 1197949.

HSL color Cylindrical-coordinate representation of color #7D4712: hue angle of 29.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D4712 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 18 -
CMYK 0 0.43 0.86 0.51
HSL 29.72º 0.75% 0.28% -
HSV(B) 29.72º 0.86% 0.49% -
XYZ 10.82 8.91 1.72 -
YUV 81.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 125 71 18 0 0.43 0.86 0.51 29.72 0.75 0.28
Hex 7D 47 12 0 2B 56 33 1E 4B 1C
Octal 175 107 22 0 53 126 63 36 113 34
Binary 1111101 1000111 10010 0 101011 1010110 110011 11110 1001011 11100

Color Harmonies of #7D4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4712

Black with #7D4712

Text Example


Text Example

White with #7D4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,18); }

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

background-color css

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

 a { background-color: rgb(125,71,18); }

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

border-color css

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

 span { border-color: rgb(125,71,18); }

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