Html Css Color HEX #761C18 Falu Red

📋 copy color: '#761C18'

red 118 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #761C18

Tints of Falu Red #761C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 69.41%
G = 16.47%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#761C18 (or 0x761C18) is known color: Falu Red. HEX triplet: 76, 1C and 18. RGB value is (118,28,24). Sum of RGB (Red+Green+Blue) = 118+28+24=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C18 is #89E3E7. Grayscale: #363636. Windows color (decimal): -9036776 or 1580150. OLE color: 1580150.

HSL color Cylindrical-coordinate representation of color #761C18: hue angle of 2.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761C18 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 24 -
CMYK 0 0.76 0.80 0.54
HSL 2.55º 0.66% 0.28% -
HSV(B) 2.55º 0.8% 0.46% -
XYZ 8.05 4.75 1.36 -
YUV 54.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 118 28 24 0 0.76 0.80 0.54 2.55 0.66 0.28
Hex 76 1C 18 0 4C 50 36 3 42 1C
Octal 166 34 30 0 114 120 66 3 102 34
Binary 1110110 11100 11000 0 1001100 1010000 110110 11 1000010 11100

Color Harmonies of #761C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C18

Black with #761C18

Text Example


Text Example

White with #761C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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