Html Css Color HEX #77150F Falu Red

📋 copy color: '#77150F'

red 119 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #77150F

Tints of Falu Red #77150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 76.77%
G = 13.55%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77150F (or 0x77150F) is known color: Falu Red. HEX triplet: 77, 15 and 0F. RGB value is (119,21,15). Sum of RGB (Red+Green+Blue) = 119+21+15=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #77150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77150F is #88EAF0. Grayscale: #313131. Windows color (decimal): -8973041 or 988535. OLE color: 988535.

HSL color Cylindrical-coordinate representation of color #77150F: hue angle of 3.46º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77150F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 15 -
CMYK 0 0.82 0.87 0.53
HSL 3.46º 0.78% 0.26% -
HSV(B) 3.46º 0.87% 0.47% -
XYZ 7.96 4.49 0.9 -
YUV 49.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 119 21 15 0 0.82 0.87 0.53 3.46 0.78 0.26
Hex 77 15 F 0 52 57 35 3 4E 1A
Octal 167 25 17 0 122 127 65 3 116 32
Binary 1110111 10101 1111 0 1010010 1010111 110101 11 1001110 11010

Color Harmonies of #77150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77150F

Black with #77150F

Text Example


Text Example

White with #77150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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