Html Css Color HEX #772613 Falu Red

📋 copy color: '#772613'

red 119 ◦ green 38 ◦ blue 19

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

Shades of Falu Red #772613

Tints of Falu Red #772613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 67.61%
G = 21.59%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#772613 (or 0x772613) is known color: Falu Red. HEX triplet: 77, 26 and 13. RGB value is (119,38,19). Sum of RGB (Red+Green+Blue) = 119+38+19=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772613 is #88D9EC. Grayscale: #3C3C3C. Windows color (decimal): -8968685 or 1255031. OLE color: 1255031.

HSL color Cylindrical-coordinate representation of color #772613: hue angle of 11.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #772613 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 19 -
CMYK 0 0.68 0.84 0.53
HSL 11.4º 0.72% 0.27% -
HSV(B) 11.4º 0.84% 0.47% -
XYZ 8.42 5.36 1.21 -
YUV 60.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 119 38 19 0 0.68 0.84 0.53 11.4 0.72 0.27
Hex 77 26 13 0 44 54 35 B 48 1B
Octal 167 46 23 0 104 124 65 13 110 33
Binary 1110111 100110 10011 0 1000100 1010100 110101 1011 1001000 11011

Color Harmonies of #772613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772613

Black with #772613

Text Example


Text Example

White with #772613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772613; }

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

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

background-color css

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

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

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

border-color css

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

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

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