Html Css Color HEX #761D05 Falu Red

📋 copy color: '#761D05'

red 118 ◦ green 29 ◦ blue 5

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

Shades of Falu Red #761D05

Tints of Falu Red #761D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.08%

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

R = 77.63%
G = 19.08%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#761D05 (or 0x761D05) is known color: Falu Red. HEX triplet: 76, 1D and 05. RGB value is (118,29,5). Sum of RGB (Red+Green+Blue) = 118+29+5=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #761D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D05 is #89E2FA. Grayscale: #353535. Windows color (decimal): -9036539 or 335222. OLE color: 335222.

HSL color Cylindrical-coordinate representation of color #761D05: hue angle of 12.74º 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 #761D05 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 5 -
CMYK 0 0.75 0.96 0.54
HSL 12.74º 0.92% 0.24% -
HSV(B) 12.74º 0.96% 0.46% -
XYZ 7.94 4.74 0.64 -
YUV 52.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 118 29 5 0 0.75 0.96 0.54 12.74 0.92 0.24
Hex 76 1D 5 0 4B 60 36 D 5C 18
Octal 166 35 5 0 113 140 66 15 134 30
Binary 1110110 11101 101 0 1001011 1100000 110110 1101 1011100 11000

Color Harmonies of #761D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D05

Black with #761D05

Text Example


Text Example

White with #761D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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