Html Css Color HEX #761C16 Falu Red

📋 copy color: '#761C16'

red 118 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #761C16

Tints of Falu Red #761C16

RGB

 RED value IS 118 (46.48% from 255) = 70.24%

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 70.24%
G = 16.67%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761C16 (or 0x761C16) is known color: Falu Red. HEX triplet: 76, 1C and 16. RGB value is (118,28,22). Sum of RGB (Red+Green+Blue) = 118+28+22=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C16 is #89E3E9. Grayscale: #363636. Windows color (decimal): -9036778 or 1449078. OLE color: 1449078.

HSL color Cylindrical-coordinate representation of color #761C16: hue angle of 3.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761C16 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 22 -
CMYK 0 0.76 0.81 0.54
HSL 3.75º 0.69% 0.27% -
HSV(B) 3.75º 0.81% 0.46% -
XYZ 8.03 4.74 1.25 -
YUV 54.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 118 28 22 0 0.76 0.81 0.54 3.75 0.69 0.27
Hex 76 1C 16 0 4C 51 36 4 45 1B
Octal 166 34 26 0 114 121 66 4 105 33
Binary 1110110 11100 10110 0 1001100 1010001 110110 100 1000101 11011

Color Harmonies of #761C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C16

Black with #761C16

Text Example


Text Example

White with #761C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C16; }

 p { color: rgb(118,28,22); }

 H1.HeaderClassName
 {
   color: #761C16;
 }
 .AnyTagClassName
 {
   color: #761C16;
 }
</style>

background-color css

<style>
 a { background-color: #761C16; }

 a { background-color: rgb(118,28,22); }

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

border-color css

<style>
 span { border-color: #761C16; }

 span { border-color: rgb(118,28,22); }

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