Html Css Color HEX #7B401A Russet

📋 copy color: '#7B401A'

red 123 ◦ green 64 ◦ blue 26

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

Shades of Russet #7B401A

Tints of Russet #7B401A

RGB

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

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

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

R = 57.75%
G = 30.05%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7B401A (or 0x7B401A) is known color: Russet. HEX triplet: 7B, 40 and 1A. RGB value is (123,64,26). Sum of RGB (Red+Green+Blue) = 123+64+26=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B401A is #84BFE5. Grayscale: #4D4D4D. Windows color (decimal): -8699878 or 1720443. OLE color: 1720443.

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

Color convert

RGB 123 64 26 -
CMYK 0 0.48 0.79 0.52
HSL 23.51º 0.65% 0.29% -
HSV(B) 23.51º 0.79% 0.48% -
XYZ 10.19 7.95 1.98 -
YUV 77.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 123 64 26 0 0.48 0.79 0.52 23.51 0.65 0.29
Hex 7B 40 1A 0 30 4F 34 18 41 1D
Octal 173 100 32 0 60 117 64 30 101 35
Binary 1111011 1000000 11010 0 110000 1001111 110100 11000 1000001 11101

Color Harmonies of #7B401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B401A

Black with #7B401A

Text Example


Text Example

White with #7B401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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