#770D0C

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

Shades of Falu Red #770D0C

Tints of Falu Red #770D0C

Color information

#770D0C (or 0x770D0C) is unknown color: approx Falu Red. HEX triplet: 77, 0D and 0C. RGB value is (119,13,12). Sum of RGB (Red+Green+Blue) = 119+13+12=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #770D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D0C is #88F2F3. Grayscale: #2C2C2C. Windows color (decimal): -8975092 or 789879. OLE color: 789879.

HSL color Cylindrical-coordinate representation of color #770D0C: hue angle of 0.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770D0C is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1191312-
CMYK00.890.900.53
HSL0.56º81.68%25.69%-
HSV(B)0.56º89.92%46.67%-
XYZ7.824.240.75-
YUV44.58109.62181.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.64%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=82.64%
G=9.03%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119131200.890.900.530.5681.6825.69
Hex77DC0595A351521a
Octal1671514013113265112232
Binary1110111110111000101100110110101101011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770D0C; }

 p { color: rgb(119,13,12); }

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

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

 a { background-color: rgb(119,13,12); }

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

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

 span { border-color: rgb(119,13,12); }

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