#76260A

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

Shades of Falu Red #76260A

Tints of Falu Red #76260A

Color information

#76260A (or 0x76260A) is unknown color: approx Falu Red. HEX triplet: 76, 26 and 0A. RGB value is (118,38,10). Sum of RGB (Red+Green+Blue) = 118+38+10=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76260A is #89D9F5. Grayscale: #3A3A3A. Windows color (decimal): -9034230 or 665206. OLE color: 665206.

HSL color Cylindrical-coordinate representation of color #76260A: hue angle of 15.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76260A is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1183810-
CMYK00.680.920.54
HSL15.56º84.38%25.1%-
HSV(B)15.56º91.53%46.27%-
XYZ8.225.260.87-
YUV58.73100.5170.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=71.08%
G=22.89%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118381000.680.920.5415.5684.3825.1
Hex7626A0445C36105419
Octal16646120104134662012431
Binary1110110100110101001000100101110011011010000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76260A; }

 p { color: rgb(118,38,10); }

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

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

 a { background-color: rgb(118,38,10); }

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

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

 span { border-color: rgb(118,38,10); }

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