#772305

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

Shades of Falu Red #772305

Tints of Falu Red #772305

Color information

#772305 (or 0x772305) is unknown color: approx Falu Red. HEX triplet: 77, 23 and 05. RGB value is (119,35,5). Sum of RGB (Red+Green+Blue) = 119+35+5=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772305 is #88DCFA. Grayscale: #383838. Windows color (decimal): -8969467 or 336759. OLE color: 336759.

HSL color Cylindrical-coordinate representation of color #772305: hue angle of 15.79º 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 #772305 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119355-
CMYK00.710.960.53
HSL15.79º91.94%24.31%-
HSV(B)15.79º95.8%46.67%-
XYZ8.245.130.7-
YUV56.798.83172.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=74.84%
G=22.01%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11935500.710.960.5315.7991.9424.31
Hex772350476035105c18
Octal1674350107140652013430
Binary111011110001110101000111110000011010110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772305; }

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

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

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

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

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

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

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

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