Html Css Color HEX #77160B Falu Red

📋 copy color: '#77160B'

red 119 ◦ green 22 ◦ blue 11

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

Shades of Falu Red #77160B

Tints of Falu Red #77160B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 78.29%
G = 14.47%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77160B (or 0x77160B) is known color: Falu Red. HEX triplet: 77, 16 and 0B. RGB value is (119,22,11). Sum of RGB (Red+Green+Blue) = 119+22+11=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77160B is #88E9F4. Grayscale: #313131. Windows color (decimal): -8972789 or 726647. OLE color: 726647.

HSL color Cylindrical-coordinate representation of color #77160B: hue angle of 6.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77160B is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 11 -
CMYK 0 0.82 0.91 0.53
HSL 6.11º 0.83% 0.25% -
HSV(B) 6.11º 0.91% 0.47% -
XYZ 7.96 4.52 0.77 -
YUV 49.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 119 22 11 0 0.82 0.91 0.53 6.11 0.83 0.25
Hex 77 16 B 0 52 5B 35 6 53 19
Octal 167 26 13 0 122 133 65 6 123 31
Binary 1110111 10110 1011 0 1010010 1011011 110101 110 1010011 11001

Color Harmonies of #77160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77160B

Black with #77160B

Text Example


Text Example

White with #77160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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