Html Css Color HEX #772410 Falu Red

📋 copy color: '#772410'

red 119 ◦ green 36 ◦ blue 16

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

Shades of Falu Red #772410

Tints of Falu Red #772410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 69.59%
G = 21.05%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#772410 (or 0x772410) is known color: Falu Red. HEX triplet: 77, 24 and 10. RGB value is (119,36,16). Sum of RGB (Red+Green+Blue) = 119+36+16=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772410 is #88DBEF. Grayscale: #3A3A3A. Windows color (decimal): -8969200 or 1057911. OLE color: 1057911.

HSL color Cylindrical-coordinate representation of color #772410: hue angle of 11.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #772410 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 16 -
CMYK 0 0.70 0.87 0.53
HSL 11.65º 0.76% 0.26% -
HSV(B) 11.65º 0.87% 0.47% -
XYZ 8.33 5.22 1.06 -
YUV 58.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 119 36 16 0 0.70 0.87 0.53 11.65 0.76 0.26
Hex 77 24 10 0 46 57 35 C 4C 1A
Octal 167 44 20 0 106 127 65 14 114 32
Binary 1110111 100100 10000 0 1000110 1010111 110101 1100 1001100 11010

Color Harmonies of #772410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772410

Black with #772410

Text Example


Text Example

White with #772410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772410; }

 p { color: rgb(119,36,16); }

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

background-color css

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

 a { background-color: rgb(119,36,16); }

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

border-color css

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

 span { border-color: rgb(119,36,16); }

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