Html Css Color HEX #77150C Falu Red

📋 copy color: '#77150C'

red 119 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #77150C

Tints of Falu Red #77150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 78.29%
G = 13.82%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77150C (or 0x77150C) is known color: Falu Red. HEX triplet: 77, 15 and 0C. RGB value is (119,21,12). Sum of RGB (Red+Green+Blue) = 119+21+12=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77150C is #88EAF3. Grayscale: #313131. Windows color (decimal): -8973044 or 791927. OLE color: 791927.

HSL color Cylindrical-coordinate representation of color #77150C: hue angle of 5.05º 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 #77150C is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 12 -
CMYK 0 0.82 0.90 0.53
HSL 5.05º 0.82% 0.26% -
HSV(B) 5.05º 0.9% 0.47% -
XYZ 7.94 4.48 0.79 -
YUV 49.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 119 21 12 0 0.82 0.90 0.53 5.05 0.82 0.26
Hex 77 15 C 0 52 5A 35 5 52 1A
Octal 167 25 14 0 122 132 65 5 122 32
Binary 1110111 10101 1100 0 1010010 1011010 110101 101 1010010 11010

Color Harmonies of #77150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77150C

Black with #77150C

Text Example


Text Example

White with #77150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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