Html Css Color HEX #7B400D Russet

📋 copy color: '#7B400D'

red 123 ◦ green 64 ◦ blue 13

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

Shades of Russet #7B400D

Tints of Russet #7B400D

RGB

 RED value IS 123 (48.44% from 255) = 61.5%

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

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 61.5%
G = 32%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7B400D (or 0x7B400D) is known color: Russet. HEX triplet: 7B, 40 and 0D. RGB value is (123,64,13). Sum of RGB (Red+Green+Blue) = 123+64+13=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B400D is #84BFF2. Grayscale: #4C4C4C. Windows color (decimal): -8699891 or 868475. OLE color: 868475.

HSL color Cylindrical-coordinate representation of color #7B400D: hue angle of 27.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B400D is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 64 13 -
CMYK 0 0.48 0.89 0.52
HSL 27.82º 0.81% 0.27% -
HSV(B) 27.82º 0.89% 0.48% -
XYZ 10.07 7.91 1.38 -
YUV 75.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 123 64 13 0 0.48 0.89 0.52 27.82 0.81 0.27
Hex 7B 40 D 0 30 59 34 1C 51 1B
Octal 173 100 15 0 60 131 64 34 121 33
Binary 1111011 1000000 1101 0 110000 1011001 110100 11100 1010001 11011

Color Harmonies of #7B400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B400D

Black with #7B400D

Text Example


Text Example

White with #7B400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,64,13); }

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

background-color css

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

 a { background-color: rgb(123,64,13); }

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

border-color css

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

 span { border-color: rgb(123,64,13); }

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