Html Css Color HEX #772606 Falu Red

📋 copy color: '#772606'

red 119 ◦ green 38 ◦ blue 6

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

Shades of Falu Red #772606

Tints of Falu Red #772606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.31%

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

R = 73.01%
G = 23.31%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#772606 (or 0x772606) is known color: Falu Red. HEX triplet: 77, 26 and 06. RGB value is (119,38,6). Sum of RGB (Red+Green+Blue) = 119+38+6=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #772606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772606 is #88D9F9. Grayscale: #3A3A3A. Windows color (decimal): -8968698 or 403063. OLE color: 403063.

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

Color convert

RGB 119 38 6 -
CMYK 0 0.68 0.95 0.53
HSL 16.99º 0.9% 0.25% -
HSV(B) 16.99º 0.95% 0.47% -
XYZ 8.33 5.32 0.76 -
YUV 58.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 119 38 6 0 0.68 0.95 0.53 16.99 0.9 0.25
Hex 77 26 6 0 44 5F 35 11 5A 19
Octal 167 46 6 0 104 137 65 21 132 31
Binary 1110111 100110 110 0 1000100 1011111 110101 10001 1011010 11001

Color Harmonies of #772606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772606

Black with #772606

Text Example


Text Example

White with #772606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772606; }

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

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

background-color css

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

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

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

border-color css

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

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

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