Html Css Color HEX #77261A Falu Red

📋 copy color: '#77261A'

red 119 ◦ green 38 ◦ blue 26

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

Shades of Falu Red #77261A

Tints of Falu Red #77261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 65.03%
G = 20.77%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77261A (or 0x77261A) is known color: Falu Red. HEX triplet: 77, 26 and 1A. RGB value is (119,38,26). Sum of RGB (Red+Green+Blue) = 119+38+26=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77261A is #88D9E5. Grayscale: #3C3C3C. Windows color (decimal): -8968678 or 1713783. OLE color: 1713783.

HSL color Cylindrical-coordinate representation of color #77261A: hue angle of 7.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77261A is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 26 -
CMYK 0 0.68 0.78 0.53
HSL 7.74º 0.64% 0.28% -
HSV(B) 7.74º 0.78% 0.47% -
XYZ 8.49 5.38 1.57 -
YUV 60.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 119 38 26 0 0.68 0.78 0.53 7.74 0.64 0.28
Hex 77 26 1A 0 44 4E 35 8 40 1C
Octal 167 46 32 0 104 116 65 10 100 34
Binary 1110111 100110 11010 0 1000100 1001110 110101 1000 1000000 11100

Color Harmonies of #77261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77261A

Black with #77261A

Text Example


Text Example

White with #77261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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