Html Css Color HEX #761E00 Falu Red

📋 copy color: '#761E00'

red 118 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #761E00

Tints of Falu Red #761E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.73%
G = 20.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#761E00 (or 0x761E00) is known color: Falu Red. HEX triplet: 76, 1E and 00. RGB value is (118,30,0). Sum of RGB (Red+Green+Blue) = 118+30+0=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E00 is #89E1FF. Grayscale: #353535. Windows color (decimal): -9036288 or 7798. OLE color: 7798.

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

Color convert

RGB 118 30 0 -
CMYK 0 0.75 1 0.54
HSL 15.25º 1% 0.23% -
HSV(B) 15.25º 1% 0.46% -
XYZ 7.94 4.78 0.5 -
YUV 52.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 118 30 0 0 0.75 1 0.54 15.25 1 0.23
Hex 76 1E 0 0 4B 64 36 F 64 17
Octal 166 36 0 0 113 144 66 17 144 27
Binary 1110110 11110 0 0 1001011 1100100 110110 1111 1100100 10111

Color Harmonies of #761E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E00

Black with #761E00

Text Example


Text Example

White with #761E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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