Html Css Color HEX #77160D Falu Red

📋 copy color: '#77160D'

red 119 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #77160D

Tints of Falu Red #77160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

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

R = 77.27%
G = 14.29%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77160D (or 0x77160D) is known color: Falu Red. HEX triplet: 77, 16 and 0D. RGB value is (119,22,13). Sum of RGB (Red+Green+Blue) = 119+22+13=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77160D is #88E9F2. Grayscale: #323232. Windows color (decimal): -8972787 or 857719. OLE color: 857719.

HSL color Cylindrical-coordinate representation of color #77160D: hue angle of 5.09º 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 #77160D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 13 -
CMYK 0 0.82 0.89 0.53
HSL 5.09º 0.8% 0.26% -
HSV(B) 5.09º 0.89% 0.47% -
XYZ 7.97 4.52 0.83 -
YUV 49.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 119 22 13 0 0.82 0.89 0.53 5.09 0.8 0.26
Hex 77 16 D 0 52 59 35 5 50 1A
Octal 167 26 15 0 122 131 65 5 120 32
Binary 1110111 10110 1101 0 1010010 1011001 110101 101 1010000 11010

Color Harmonies of #77160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77160D

Black with #77160D

Text Example


Text Example

White with #77160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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