#772505

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

Shades of Falu Red #772505

Tints of Falu Red #772505

Color information

#772505 (or 0x772505) is unknown color: approx Falu Red. HEX triplet: 77, 25 and 05. RGB value is (119,37,5). Sum of RGB (Red+Green+Blue) = 119+37+5=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #772505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772505 is #88DAFA. Grayscale: #3A3A3A. Windows color (decimal): -8968955 or 337271. OLE color: 337271.

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

Color convert

RGB119375-
CMYK00.690.960.53
HSL16.84º91.94%24.31%-
HSV(B)16.84º95.8%46.67%-
XYZ8.35.260.72-
YUV57.8798.17171.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=73.91%
G=22.98%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11937500.690.960.5316.8491.9424.31
Hex772550456035115c18
Octal1674550105140652113430
Binary111011110010110101000101110000011010110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772505; }

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

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

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

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

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

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

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

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