#761507

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

Shades of Falu Red #761507

Tints of Falu Red #761507

Color information

#761507 (or 0x761507) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 07. RGB value is (118,21,7). Sum of RGB (Red+Green+Blue) = 118+21+7=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #761507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761507 is #89EAF8. Grayscale: #303030. Windows color (decimal): -9038585 or 464246. OLE color: 464246.

HSL color Cylindrical-coordinate representation of color #761507: hue angle of 7.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #761507 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118217-
CMYK00.820.940.54
HSL7.57º88.8%24.51%-
HSV(B)7.57º94.07%46.27%-
XYZ7.784.40.64-
YUV48.41104.64177.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.82%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=80.82%
G=14.38%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821700.820.940.547.5788.824.51
Hex761570525E3685919
Octal1662570122136661013131
Binary1110110101011110101001010111101101101000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761507; }

 p { color: rgb(118,21,7); }

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

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

 a { background-color: rgb(118,21,7); }

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

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

 span { border-color: rgb(118,21,7); }

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