Html Css Color HEX #761E1A Falu Red

📋 copy color: '#761E1A'

red 118 ◦ green 30 ◦ blue 26

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

Shades of Falu Red #761E1A

Tints of Falu Red #761E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 67.82%
G = 17.24%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#761E1A (or 0x761E1A) is known color: Falu Red. HEX triplet: 76, 1E and 1A. RGB value is (118,30,26). Sum of RGB (Red+Green+Blue) = 118+30+26=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E1A is #89E1E5. Grayscale: #373737. Windows color (decimal): -9036262 or 1711734. OLE color: 1711734.

HSL color Cylindrical-coordinate representation of color #761E1A: hue angle of 2.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761E1A is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 30 26 -
CMYK 0 0.75 0.78 0.54
HSL 2.61º 0.64% 0.28% -
HSV(B) 2.61º 0.78% 0.46% -
XYZ 8.12 4.85 1.49 -
YUV 55.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 118 30 26 0 0.75 0.78 0.54 2.61 0.64 0.28
Hex 76 1E 1A 0 4B 4E 36 3 40 1C
Octal 166 36 32 0 113 116 66 3 100 34
Binary 1110110 11110 11010 0 1001011 1001110 110110 11 1000000 11100

Color Harmonies of #761E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E1A

Black with #761E1A

Text Example


Text Example

White with #761E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,26); }

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

background-color css

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

 a { background-color: rgb(118,30,26); }

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

border-color css

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

 span { border-color: rgb(118,30,26); }

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