Html Css Color HEX #772106 Falu Red

📋 copy color: '#772106'

red 119 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #772106

Tints of Falu Red #772106

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

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

R = 75.32%
G = 20.89%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#772106 (or 0x772106) is known color: Falu Red. HEX triplet: 77, 21 and 06. RGB value is (119,33,6). Sum of RGB (Red+Green+Blue) = 119+33+6=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772106 is #88DEF9. Grayscale: #373737. Windows color (decimal): -8969978 or 401783. OLE color: 401783.

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

Color convert

RGB 119 33 6 -
CMYK 0 0.72 0.95 0.53
HSL 14.34º 0.9% 0.25% -
HSV(B) 14.34º 0.95% 0.47% -
XYZ 8.18 5.02 0.71 -
YUV 55.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 119 33 6 0 0.72 0.95 0.53 14.34 0.9 0.25
Hex 77 21 6 0 48 5F 35 E 5A 19
Octal 167 41 6 0 110 137 65 16 132 31
Binary 1110111 100001 110 0 1001000 1011111 110101 1110 1011010 11001

Color Harmonies of #772106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772106

Black with #772106

Text Example


Text Example

White with #772106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772106; }

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

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

background-color css

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

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

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

border-color css

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

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

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