Html Css Color HEX #77150E Falu Red

📋 copy color: '#77150E'

red 119 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #77150E

Tints of Falu Red #77150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

 BLUE value IS 14 (5.86% from 255) = 9.09%

R = 77.27%
G = 13.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77150E (or 0x77150E) is known color: Falu Red. HEX triplet: 77, 15 and 0E. RGB value is (119,21,14). Sum of RGB (Red+Green+Blue) = 119+21+14=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77150E is #88EAF1. Grayscale: #313131. Windows color (decimal): -8973042 or 922999. OLE color: 922999.

HSL color Cylindrical-coordinate representation of color #77150E: hue angle of 4º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77150E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 14 -
CMYK 0 0.82 0.88 0.53
HSL 0.79% 0.26% -
HSV(B) 0.88% 0.47% -
XYZ 7.96 4.49 0.86 -
YUV 49.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 119 21 14 0 0.82 0.88 0.53 4 0.79 0.26
Hex 77 15 E 0 52 58 35 4 4F 1A
Octal 167 25 16 0 122 130 65 4 117 32
Binary 1110111 10101 1110 0 1010010 1011000 110101 100 1001111 11010

Color Harmonies of #77150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77150E

Black with #77150E

Text Example


Text Example

White with #77150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77150E; }

 p { color: rgb(119,21,14); }

 H1.HeaderClassName
 {
   color: #77150E;
 }
 .AnyTagClassName
 {
   color: #77150E;
 }
</style>

background-color css

<style>
 a { background-color: #77150E; }

 a { background-color: rgb(119,21,14); }

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

border-color css

<style>
 span { border-color: #77150E; }

 span { border-color: rgb(119,21,14); }

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