Html Css Color HEX #77100F Falu Red

📋 copy color: '#77100F'

red 119 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #77100F

Tints of Falu Red #77100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 79.33%
G = 10.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77100F (or 0x77100F) is known color: Falu Red. HEX triplet: 77, 10 and 0F. RGB value is (119,16,15). Sum of RGB (Red+Green+Blue) = 119+16+15=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77100F is #88EFF0. Grayscale: #2E2E2E. Windows color (decimal): -8974321 or 987255. OLE color: 987255.

HSL color Cylindrical-coordinate representation of color #77100F: hue angle of 0.58º 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 #77100F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 16 15 -
CMYK 0 0.87 0.87 0.53
HSL 0.58º 0.78% 0.26% -
HSV(B) 0.58º 0.87% 0.47% -
XYZ 7.88 4.33 0.87 -
YUV 46.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 119 16 15 0 0.87 0.87 0.53 0.58 0.78 0.26
Hex 77 10 F 0 57 57 35 1 4E 1A
Octal 167 20 17 0 127 127 65 1 116 32
Binary 1110111 10000 1111 0 1010111 1010111 110101 1 1001110 11010

Color Harmonies of #77100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77100F

Black with #77100F

Text Example


Text Example

White with #77100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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