#771802

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

Shades of Falu Red #771802

Tints of Falu Red #771802

Color information

#771802 (or 0x771802) is unknown color: approx Falu Red. HEX triplet: 77, 18 and 02. RGB value is (119,24,2). Sum of RGB (Red+Green+Blue) = 119+24+2=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771802 is #88E7FD. Grayscale: #323232. Windows color (decimal): -8972286 or 137335. OLE color: 137335.

HSL color Cylindrical-coordinate representation of color #771802: hue angle of 11.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #771802 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119242-
CMYK00.800.980.53
HSL11.28º96.69%23.73%-
HSV(B)11.28º98.32%46.67%-
XYZ7.954.580.52-
YUV49.9100.97177.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=82.07%
G=16.55%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11924200.800.980.5311.2896.6923.73
Hex771820506235b6118
Octal1673020120142651314130
Binary111011111000100101000011000101101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771802; }

 p { color: rgb(119,24,2); }

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

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

 a { background-color: rgb(119,24,2); }

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

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

 span { border-color: rgb(119,24,2); }

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