Html Css Color HEX #771E06 Falu Red

📋 copy color: '#771E06'

red 119 ◦ green 30 ◦ blue 6

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

Shades of Falu Red #771E06

Tints of Falu Red #771E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 76.77%
G = 19.35%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#771E06 (or 0x771E06) is known color: Falu Red. HEX triplet: 77, 1E and 06. RGB value is (119,30,6). Sum of RGB (Red+Green+Blue) = 119+30+6=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E06 is #88E1F9. Grayscale: #363636. Windows color (decimal): -8970746 or 401015. OLE color: 401015.

HSL color Cylindrical-coordinate representation of color #771E06: hue angle of 12.74º 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 #771E06 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 6 -
CMYK 0 0.75 0.95 0.53
HSL 12.74º 0.9% 0.25% -
HSV(B) 12.74º 0.95% 0.47% -
XYZ 8.1 4.86 0.68 -
YUV 53.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 119 30 6 0 0.75 0.95 0.53 12.74 0.9 0.25
Hex 77 1E 6 0 4B 5F 35 D 5A 19
Octal 167 36 6 0 113 137 65 15 132 31
Binary 1110111 11110 110 0 1001011 1011111 110101 1101 1011010 11001

Color Harmonies of #771E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E06

Black with #771E06

Text Example


Text Example

White with #771E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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