Html Css Color HEX #77170F Falu Red

📋 copy color: '#77170F'

red 119 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #77170F

Tints of Falu Red #77170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 75.8%
G = 14.65%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77170F (or 0x77170F) is known color: Falu Red. HEX triplet: 77, 17 and 0F. RGB value is (119,23,15). Sum of RGB (Red+Green+Blue) = 119+23+15=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #77170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170F is #88E8F0. Grayscale: #323232. Windows color (decimal): -8972529 or 989047. OLE color: 989047.

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

Color convert

RGB 119 23 15 -
CMYK 0 0.81 0.87 0.53
HSL 4.62º 0.78% 0.26% -
HSV(B) 4.62º 0.87% 0.47% -
XYZ 8 4.57 0.91 -
YUV 50.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 119 23 15 0 0.81 0.87 0.53 4.62 0.78 0.26
Hex 77 17 F 0 51 57 35 5 4E 1A
Octal 167 27 17 0 121 127 65 5 116 32
Binary 1110111 10111 1111 0 1010001 1010111 110101 101 1001110 11010

Color Harmonies of #77170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77170F

Black with #77170F

Text Example


Text Example

White with #77170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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