Html Css Color HEX #761C08 Falu Red

📋 copy color: '#761C08'

red 118 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #761C08

Tints of Falu Red #761C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.19%

R = 76.62%
G = 18.18%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#761C08 (or 0x761C08) is known color: Falu Red. HEX triplet: 76, 1C and 08. RGB value is (118,28,8). Sum of RGB (Red+Green+Blue) = 118+28+8=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C08 is #89E3F7. Grayscale: #343434. Windows color (decimal): -9036792 or 531574. OLE color: 531574.

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

Color convert

RGB 118 28 8 -
CMYK 0 0.76 0.93 0.54
HSL 10.91º 0.87% 0.25% -
HSV(B) 10.91º 0.93% 0.46% -
XYZ 7.93 4.7 0.72 -
YUV 52.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 118 28 8 0 0.76 0.93 0.54 10.91 0.87 0.25
Hex 76 1C 8 0 4C 5D 36 B 57 19
Octal 166 34 10 0 114 135 66 13 127 31
Binary 1110110 11100 1000 0 1001100 1011101 110110 1011 1010111 11001

Color Harmonies of #761C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C08

Black with #761C08

Text Example


Text Example

White with #761C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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