#772511

Color #772511 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #772511

Tints of Falu Red #772511

Color information

#772511 (or 0x772511) is unknown color: approx Falu Red. HEX triplet: 77, 25 and 11. RGB value is (119,37,17). Sum of RGB (Red+Green+Blue) = 119+37+17=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772511 is #88DAEE. Grayscale: #3B3B3B. Windows color (decimal): -8968943 or 1123703. OLE color: 1123703.

HSL color Cylindrical-coordinate representation of color #772511: hue angle of 11.76º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #772511 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1193717-
CMYK00.690.860.53
HSL11.76º75%26.67%-
HSV(B)11.76º85.71%46.67%-
XYZ8.375.291.11-
YUV59.24104.17170.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=68.79%
G=21.39%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119371700.690.860.5311.767526.67
Hex7725110455635c4b1b
Octal16745210105126651411333
Binary1110111100101100010100010110101101101011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772511; }

 p { color: rgb(119,37,17); }

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

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

 a { background-color: rgb(119,37,17); }

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

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

 span { border-color: rgb(119,37,17); }

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