#77100F

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

Shades of Falu Red #77100F

Tints of Falu Red #77100F

Color information

#77100F (or 0x77100F) is unknown color: approx Falu Red. HEX triplet: 77, 10 and 0F. RGB value is (119,16,15). Sum of RGB (Red+Green+Blue) = 119+16+15=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77100F is #88EFF0. Grayscale: #2E2E2E. Windows color (decimal): -8974321 or 987255. OLE color: 987255.

HSL color Cylindrical-coordinate representation of color #77100F: hue angle of 0.58º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77100F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1191615-
CMYK00.870.870.53
HSL0.58º77.61%26.27%-
HSV(B)0.58º87.39%46.67%-
XYZ7.884.330.87-
YUV46.68110.12179.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 15 (6.25% from 255) = 10%
R=79.33%
G=10.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119161500.870.870.530.5877.6126.27
Hex7710F057573514e1a
Octal1672017012712765111632
Binary11101111000011110101011110101111101011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77100F; }

 p { color: rgb(119,16,15); }

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

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

 a { background-color: rgb(119,16,15); }

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

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

 span { border-color: rgb(119,16,15); }

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