#761710

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

Shades of Falu Red #761710

Tints of Falu Red #761710

Color information

#761710 (or 0x761710) is unknown color: approx Falu Red. HEX triplet: 76, 17 and 10. RGB value is (118,23,16). Sum of RGB (Red+Green+Blue) = 118+23+16=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761710 is #89E8EF. Grayscale: #323232. Windows color (decimal): -9038064 or 1054582. OLE color: 1054582.

HSL color Cylindrical-coordinate representation of color #761710: hue angle of 4.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761710 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1182316-
CMYK00.810.860.54
HSL4.12º76.12%26.27%-
HSV(B)4.12º86.44%46.27%-
XYZ7.874.50.94-
YUV50.61108.47176.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=75.16%
G=14.65%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118231600.810.860.544.1276.1226.27
Hex761710051563644c1a
Octal1662720012112666411432
Binary11101101011110000010100011010110110110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761710; }

 p { color: rgb(118,23,16); }

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

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

 a { background-color: rgb(118,23,16); }

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

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

 span { border-color: rgb(118,23,16); }

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