Html Css Color HEX #772016 Falu Red

📋 copy color: '#772016'

red 119 ◦ green 32 ◦ blue 22

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

Shades of Falu Red #772016

Tints of Falu Red #772016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 68.79%
G = 18.5%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#772016 (or 0x772016) is known color: Falu Red. HEX triplet: 77, 20 and 16. RGB value is (119,32,22). Sum of RGB (Red+Green+Blue) = 119+32+22=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772016 is #88DFE9. Grayscale: #393939. Windows color (decimal): -8970218 or 1450103. OLE color: 1450103.

HSL color Cylindrical-coordinate representation of color #772016: hue angle of 6.19º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772016 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 22 -
CMYK 0 0.73 0.82 0.53
HSL 6.19º 0.69% 0.28% -
HSV(B) 6.19º 0.82% 0.47% -
XYZ 8.27 5.01 1.29 -
YUV 56.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 119 32 22 0 0.73 0.82 0.53 6.19 0.69 0.28
Hex 77 20 16 0 49 52 35 6 45 1C
Octal 167 40 26 0 111 122 65 6 105 34
Binary 1110111 100000 10110 0 1001001 1010010 110101 110 1000101 11100

Color Harmonies of #772016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772016

Black with #772016

Text Example


Text Example

White with #772016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772016; }

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

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

background-color css

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

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

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

border-color css

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

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

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