Html Css Color HEX #761307 Falu Red

📋 copy color: '#761307'

red 118 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #761307

Tints of Falu Red #761307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 81.94%
G = 13.19%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#761307 (or 0x761307) is known color: Falu Red. HEX triplet: 76, 13 and 07. RGB value is (118,19,7). Sum of RGB (Red+Green+Blue) = 118+19+7=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761307 is #89ECF8. Grayscale: #2F2F2F. Windows color (decimal): -9039097 or 463734. OLE color: 463734.

HSL color Cylindrical-coordinate representation of color #761307: hue angle of 6.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #761307 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 7 -
CMYK 0 0.84 0.94 0.54
HSL 6.49º 0.89% 0.25% -
HSV(B) 6.49º 0.94% 0.46% -
XYZ 7.74 4.33 0.63 -
YUV 47.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 118 19 7 0 0.84 0.94 0.54 6.49 0.89 0.25
Hex 76 13 7 0 54 5E 36 6 59 19
Octal 166 23 7 0 124 136 66 6 131 31
Binary 1110110 10011 111 0 1010100 1011110 110110 110 1011001 11001

Color Harmonies of #761307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761307

Black with #761307

Text Example


Text Example

White with #761307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761307; }

 p { color: rgb(118,19,7); }

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

background-color css

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

 a { background-color: rgb(118,19,7); }

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

border-color css

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

 span { border-color: rgb(118,19,7); }

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