Html Css Color HEX #761B05 Falu Red

📋 copy color: '#761B05'

red 118 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #761B05

Tints of Falu Red #761B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 78.67%
G = 18%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#761B05 (or 0x761B05) is known color: Falu Red. HEX triplet: 76, 1B and 05. RGB value is (118,27,5). Sum of RGB (Red+Green+Blue) = 118+27+5=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #761B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B05 is #89E4FA. Grayscale: #333333. Windows color (decimal): -9037051 or 334710. OLE color: 334710.

HSL color Cylindrical-coordinate representation of color #761B05: hue angle of 11.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #761B05 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 27 5 -
CMYK 0 0.77 0.96 0.54
HSL 11.68º 0.92% 0.24% -
HSV(B) 11.68º 0.96% 0.46% -
XYZ 7.89 4.65 0.62 -
YUV 51.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 118 27 5 0 0.77 0.96 0.54 11.68 0.92 0.24
Hex 76 1B 5 0 4D 60 36 C 5C 18
Octal 166 33 5 0 115 140 66 14 134 30
Binary 1110110 11011 101 0 1001101 1100000 110110 1100 1011100 11000

Color Harmonies of #761B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B05

Black with #761B05

Text Example


Text Example

White with #761B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,27,5); }

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

background-color css

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

 a { background-color: rgb(118,27,5); }

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

border-color css

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

 span { border-color: rgb(118,27,5); }

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