#774a1c

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

Shades of Russet #774A1C

Tints of Russet #774A1C

Color information

#774A1C (or 0x774A1C) is unknown color: approx Russet. HEX triplet: 77, 4A and 1C. RGB value is (119,74,28). Sum of RGB (Red+Green+Blue) = 119+74+28=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #774A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A1C is #88B5E3. Grayscale: #525252. Windows color (decimal): -8959460 or 1854071. OLE color: 1854071.

HSL color Cylindrical-coordinate representation of color #774A1C: hue angle of 30.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #774A1C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1197428-
CMYK00.380.760.53
HSL30.33º61.9%28.82%-
HSV(B)30.33º76.47%46.67%-
XYZ10.278.92.28-
YUV82.2197.41154.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=53.85%
G=33.48%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119742800.380.760.5330.3361.928.82
Hex774A1C0264C351e3e1d
Octal1671123404611465367635
Binary1110111100101011100010011010011001101011111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774a1c; }

 p { color: rgb(119,74,28); }

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

<style>
 a { background-color: #774a1c; }

 a { background-color: rgb(119,74,28); }

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

<style>
 span { border-color: #774a1c; }

 span { border-color: rgb(119,74,28); }

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