#77441A

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

Shades of Russet #77441A

Tints of Russet #77441A

Color information

#77441A (or 0x77441A) is unknown color: approx Russet. HEX triplet: 77, 44 and 1A. RGB value is (119,68,26). Sum of RGB (Red+Green+Blue) = 119+68+26=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77441A is #88BBE5. Grayscale: #4E4E4E. Windows color (decimal): -8960998 or 1721463. OLE color: 1721463.

HSL color Cylindrical-coordinate representation of color #77441A: hue angle of 27.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77441A is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1196826-
CMYK00.430.780.53
HSL27.1º64.14%28.43%-
HSV(B)27.1º78.15%46.67%-
XYZ9.868.132.03-
YUV78.4698.4156.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=55.87%
G=31.92%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119682600.430.780.5327.164.1428.43
Hex77441A02B4E351b401c
Octal16710432053116653310034
Binary11101111000100110100101011100111011010111011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77441A; }

 p { color: rgb(119,68,26); }

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

<style>
 a { background-color: #77441A; }

 a { background-color: rgb(119,68,26); }

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

<style>
 span { border-color: #77441A; }

 span { border-color: rgb(119,68,26); }

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