Html Css Color HEX #7B401B Russet

📋 copy color: '#7B401B'

red 123 ◦ green 64 ◦ blue 27

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

Shades of Russet #7B401B

Tints of Russet #7B401B

RGB

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

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

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

R = 57.48%
G = 29.91%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B401B (or 0x7B401B) is known color: Russet. HEX triplet: 7B, 40 and 1B. RGB value is (123,64,27). Sum of RGB (Red+Green+Blue) = 123+64+27=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B401B is #84BFE4. Grayscale: #4D4D4D. Windows color (decimal): -8699877 or 1785979. OLE color: 1785979.

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

Color convert

RGB 123 64 27 -
CMYK 0 0.48 0.78 0.52
HSL 23.13º 0.64% 0.29% -
HSV(B) 23.13º 0.78% 0.48% -
XYZ 10.2 7.96 2.04 -
YUV 77.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 123 64 27 0 0.48 0.78 0.52 23.13 0.64 0.29
Hex 7B 40 1B 0 30 4E 34 17 40 1D
Octal 173 100 33 0 60 116 64 27 100 35
Binary 1111011 1000000 11011 0 110000 1001110 110100 10111 1000000 11101

Color Harmonies of #7B401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B401B

Black with #7B401B

Text Example


Text Example

White with #7B401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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