Html Css Color HEX #77170A Falu Red

📋 copy color: '#77170A'

red 119 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #77170A

Tints of Falu Red #77170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.58%

R = 78.29%
G = 15.13%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77170A (or 0x77170A) is known color: Falu Red. HEX triplet: 77, 17 and 0A. RGB value is (119,23,10). Sum of RGB (Red+Green+Blue) = 119+23+10=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170A is #88E8F5. Grayscale: #323232. Windows color (decimal): -8972534 or 661367. OLE color: 661367.

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

Color convert

RGB 119 23 10 -
CMYK 0 0.81 0.92 0.53
HSL 7.16º 0.84% 0.25% -
HSV(B) 7.16º 0.92% 0.47% -
XYZ 7.97 4.56 0.75 -
YUV 50.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 119 23 10 0 0.81 0.92 0.53 7.16 0.84 0.25
Hex 77 17 A 0 51 5C 35 7 54 19
Octal 167 27 12 0 121 134 65 7 124 31
Binary 1110111 10111 1010 0 1010001 1011100 110101 111 1010100 11001

Color Harmonies of #77170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77170A

Black with #77170A

Text Example


Text Example

White with #77170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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