#771702

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

Shades of Falu Red #771702

Tints of Falu Red #771702

Color information

#771702 (or 0x771702) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 02. RGB value is (119,23,2). Sum of RGB (Red+Green+Blue) = 119+23+2=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771702 is #88E8FD. Grayscale: #313131. Windows color (decimal): -8972542 or 137079. OLE color: 137079.

HSL color Cylindrical-coordinate representation of color #771702: hue angle of 10.77º 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 #771702 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119232-
CMYK00.810.980.53
HSL10.77º96.69%23.73%-
HSV(B)10.77º98.32%46.67%-
XYZ7.934.540.52-
YUV49.31101.3177.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.64%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=82.64%
G=15.97%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11923200.810.980.5310.7796.6923.73
Hex771720516235b6118
Octal1672720121142651314130
Binary111011110111100101000111000101101011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771702; }

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

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

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

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

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

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

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

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