Html Css Color HEX #77201C Falu Red

📋 copy color: '#77201C'

red 119 ◦ green 32 ◦ blue 28

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

Shades of Falu Red #77201C

Tints of Falu Red #77201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.64%

R = 66.48%
G = 17.88%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77201C (or 0x77201C) is known color: Falu Red. HEX triplet: 77, 20 and 1C. RGB value is (119,32,28). Sum of RGB (Red+Green+Blue) = 119+32+28=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #77201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201C is #88DFE3. Grayscale: #393939. Windows color (decimal): -8970212 or 1843319. OLE color: 1843319.

HSL color Cylindrical-coordinate representation of color #77201C: hue angle of 2.64º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77201C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 28 -
CMYK 0 0.73 0.76 0.53
HSL 2.64º 0.62% 0.29% -
HSV(B) 2.64º 0.76% 0.47% -
XYZ 8.33 5.04 1.63 -
YUV 57.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 119 32 28 0 0.73 0.76 0.53 2.64 0.62 0.29
Hex 77 20 1C 0 49 4C 35 3 3E 1D
Octal 167 40 34 0 111 114 65 3 76 35
Binary 1110111 100000 11100 0 1001001 1001100 110101 11 111110 11101

Color Harmonies of #77201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77201C

Black with #77201C

Text Example


Text Example

White with #77201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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