#7B3F0C

Color #7B3F0C Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #7B3F0C

Tints of Russet #7B3F0C

Color information

#7B3F0C (or 0x7B3F0C) is unknown color: approx Russet. HEX triplet: 7B, 3F and 0C. RGB value is (123,63,12). Sum of RGB (Red+Green+Blue) = 123+63+12=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3F0C is #84C0F3. Grayscale: #4B4B4B. Windows color (decimal): -8700148 or 802683. OLE color: 802683.

HSL color Cylindrical-coordinate representation of color #7B3F0C: hue angle of 27.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B3F0C is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1236312-
CMYK00.490.900.52
HSL27.57º82.22%26.47%-
HSV(B)27.57º90.24%48.24%-
XYZ10.017.791.32-
YUV75.1392.38162.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 62.12%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=62.12%
G=31.82%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123631200.490.900.5227.5782.2226.47
Hex7B3FC0315A341c521a
Octal1737714061132643412232
Binary111101111111111000110001101101011010011100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,63,12); }

 H1.HeaderClassName
 {
   color: #7B3F0C;
 }
 .AnyTagClassName
 {
   color: #7B3F0C;
 }
</style>
background-color css

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

 a { background-color: rgb(123,63,12); }

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

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

 span { border-color: rgb(123,63,12); }

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