Html Css Color HEX #77170D Falu Red

📋 copy color: '#77170D'

red 119 ◦ green 23 ◦ blue 13

#77170D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #77170D

Tints of Falu Red #77170D

RGB

 RED value IS 119 (46.88% from 255) = 76.77%

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 76.77%
G = 14.84%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77170D (or 0x77170D) is known color: Falu Red. HEX triplet: 77, 17 and 0D. RGB value is (119,23,13). Sum of RGB (Red+Green+Blue) = 119+23+13=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #77170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170D is #88E8F2. Grayscale: #323232. Windows color (decimal): -8972531 or 857975. OLE color: 857975.

HSL color Cylindrical-coordinate representation of color #77170D: hue angle of 5.66º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77170D is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 13 -
CMYK 0 0.81 0.89 0.53
HSL 5.66º 0.8% 0.26% -
HSV(B) 5.66º 0.89% 0.47% -
XYZ 7.99 4.56 0.84 -
YUV 50.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 119 23 13 0 0.81 0.89 0.53 5.66 0.8 0.26
Hex 77 17 D 0 51 59 35 6 50 1A
Octal 167 27 15 0 121 131 65 6 120 32
Binary 1110111 10111 1101 0 1010001 1011001 110101 110 1010000 11010

Color Harmonies of #77170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77170D

Black with #77170D

Text Example


Text Example

White with #77170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77170D; }

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

 H1.HeaderClassName
 {
   color: #77170D;
 }
 .AnyTagClassName
 {
   color: #77170D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #77170D;
 }
 .BgClassName
 {
   background-color: #77170D;
 }
</style>

border-color css

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

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

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