Html Css Color HEX #77140C Falu Red

📋 copy color: '#77140C'

red 119 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #77140C

Tints of Falu Red #77140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 78.81%
G = 13.25%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77140C (or 0x77140C) is known color: Falu Red. HEX triplet: 77, 14 and 0C. RGB value is (119,20,12). Sum of RGB (Red+Green+Blue) = 119+20+12=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77140C is #88EBF3. Grayscale: #303030. Windows color (decimal): -8973300 or 791671. OLE color: 791671.

HSL color Cylindrical-coordinate representation of color #77140C: hue angle of 4.49º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77140C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 12 -
CMYK 0 0.83 0.90 0.53
HSL 4.49º 0.82% 0.26% -
HSV(B) 4.49º 0.9% 0.47% -
XYZ 7.92 4.45 0.79 -
YUV 48.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 119 20 12 0 0.83 0.90 0.53 4.49 0.82 0.26
Hex 77 14 C 0 53 5A 35 4 52 1A
Octal 167 24 14 0 123 132 65 4 122 32
Binary 1110111 10100 1100 0 1010011 1011010 110101 100 1010010 11010

Color Harmonies of #77140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77140C

Black with #77140C

Text Example


Text Example

White with #77140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,20,12); }

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

background-color css

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

 a { background-color: rgb(119,20,12); }

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

border-color css

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

 span { border-color: rgb(119,20,12); }

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