Html Css Color HEX #77190F Falu Red

📋 copy color: '#77190F'

red 119 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #77190F

Tints of Falu Red #77190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 74.84%
G = 15.72%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77190F (or 0x77190F) is known color: Falu Red. HEX triplet: 77, 19 and 0F. RGB value is (119,25,15). Sum of RGB (Red+Green+Blue) = 119+25+15=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #77190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77190F is #88E6F0. Grayscale: #343434. Windows color (decimal): -8972017 or 989559. OLE color: 989559.

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

Color convert

RGB 119 25 15 -
CMYK 0 0.79 0.87 0.53
HSL 5.77º 0.78% 0.26% -
HSV(B) 5.77º 0.87% 0.47% -
XYZ 8.04 4.65 0.93 -
YUV 51.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 119 25 15 0 0.79 0.87 0.53 5.77 0.78 0.26
Hex 77 19 F 0 4F 57 35 6 4E 1A
Octal 167 31 17 0 117 127 65 6 116 32
Binary 1110111 11001 1111 0 1001111 1010111 110101 110 1001110 11010

Color Harmonies of #77190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77190F

Black with #77190F

Text Example


Text Example

White with #77190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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