#7B380C

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

Shades of Russet #7B380C

Tints of Russet #7B380C

Color information

#7B380C (or 0x7B380C) is unknown color: approx Russet. HEX triplet: 7B, 38 and 0C. RGB value is (123,56,12). Sum of RGB (Red+Green+Blue) = 123+56+12=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B380C is #84C7F3. Grayscale: #474747. Windows color (decimal): -8701940 or 800891. OLE color: 800891.

HSL color Cylindrical-coordinate representation of color #7B380C: hue angle of 23.78º 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 #7B380C is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1235612-
CMYK00.540.900.52
HSL23.78º82.22%26.47%-
HSV(B)23.78º90.24%48.24%-
XYZ9.657.071.2-
YUV71.0294.7165.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 64.40%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=64.40%
G=29.32%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123561200.540.900.5223.7882.2226.47
Hex7B38C0365A3418521a
Octal1737014066132643012232
Binary111101111100011000110110101101011010011000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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