#761C02

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

Shades of Falu Red #761C02

Tints of Falu Red #761C02

Color information

#761C02 (or 0x761C02) is unknown color: approx Falu Red. HEX triplet: 76, 1C and 02. RGB value is (118,28,2). Sum of RGB (Red+Green+Blue) = 118+28+2=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C02 is #89E3FD. Grayscale: #343434. Windows color (decimal): -9036798 or 138358. OLE color: 138358.

HSL color Cylindrical-coordinate representation of color #761C02: hue angle of 13.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761C02 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118282-
CMYK00.760.980.54
HSL13.45º96.67%23.53%-
HSV(B)13.45º98.31%46.27%-
XYZ7.94.690.55-
YUV51.9599.82175.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.73%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=79.73%
G=18.92%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828200.760.980.5413.4596.6723.53
Hex761C204C6236d6118
Octal1663420114142661514130
Binary111011011100100100110011000101101101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761C02; }

 p { color: rgb(118,28,2); }

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

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

 a { background-color: rgb(118,28,2); }

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

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

 span { border-color: rgb(118,28,2); }

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