Html Css Color HEX #77201A Falu Red

📋 copy color: '#77201A'

red 119 ◦ green 32 ◦ blue 26

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

Shades of Falu Red #77201A

Tints of Falu Red #77201A

RGB

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

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

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

R = 67.23%
G = 18.08%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77201A (or 0x77201A) is known color: Falu Red. HEX triplet: 77, 20 and 1A. RGB value is (119,32,26). Sum of RGB (Red+Green+Blue) = 119+32+26=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #77201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201A is #88DFE5. Grayscale: #393939. Windows color (decimal): -8970214 or 1712247. OLE color: 1712247.

HSL color Cylindrical-coordinate representation of color #77201A: hue angle of 3.87º 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 #77201A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 26 -
CMYK 0 0.73 0.78 0.53
HSL 3.87º 0.64% 0.28% -
HSV(B) 3.87º 0.78% 0.47% -
XYZ 8.31 5.03 1.51 -
YUV 57.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 119 32 26 0 0.73 0.78 0.53 3.87 0.64 0.28
Hex 77 20 1A 0 49 4E 35 4 40 1C
Octal 167 40 32 0 111 116 65 4 100 34
Binary 1110111 100000 11010 0 1001001 1001110 110101 100 1000000 11100

Color Harmonies of #77201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77201A

Black with #77201A

Text Example


Text Example

White with #77201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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