Html Css Color HEX #771D06 Falu Red

📋 copy color: '#771D06'

red 119 ◦ green 29 ◦ blue 6

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

Shades of Falu Red #771D06

Tints of Falu Red #771D06

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 77.27%
G = 18.83%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#771D06 (or 0x771D06) is known color: Falu Red. HEX triplet: 77, 1D and 06. RGB value is (119,29,6). Sum of RGB (Red+Green+Blue) = 119+29+6=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D06 is #88E2F9. Grayscale: #353535. Windows color (decimal): -8971002 or 400759. OLE color: 400759.

HSL color Cylindrical-coordinate representation of color #771D06: hue angle of 12.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #771D06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 6 -
CMYK 0 0.76 0.95 0.53
HSL 12.21º 0.9% 0.25% -
HSV(B) 12.21º 0.95% 0.47% -
XYZ 8.08 4.81 0.68 -
YUV 53.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 119 29 6 0 0.76 0.95 0.53 12.21 0.9 0.25
Hex 77 1D 6 0 4C 5F 35 C 5A 19
Octal 167 35 6 0 114 137 65 14 132 31
Binary 1110111 11101 110 0 1001100 1011111 110101 1100 1011010 11001

Color Harmonies of #771D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D06

Black with #771D06

Text Example


Text Example

White with #771D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771D06; }

 p { color: rgb(119,29,6); }

 H1.HeaderClassName
 {
   color: #771D06;
 }
 .AnyTagClassName
 {
   color: #771D06;
 }
</style>

background-color css

<style>
 a { background-color: #771D06; }

 a { background-color: rgb(119,29,6); }

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

border-color css

<style>
 span { border-color: #771D06; }

 span { border-color: rgb(119,29,6); }

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