Html Css Color HEX #761706 Falu Red

📋 copy color: '#761706'

red 118 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #761706

Tints of Falu Red #761706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 6 (2.73% from 255) = 4.08%

R = 80.27%
G = 15.65%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#761706 (or 0x761706) is known color: Falu Red. HEX triplet: 76, 17 and 06. RGB value is (118,23,6). Sum of RGB (Red+Green+Blue) = 118+23+6=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761706 is #89E8F9. Grayscale: #313131. Windows color (decimal): -9038074 or 399222. OLE color: 399222.

HSL color Cylindrical-coordinate representation of color #761706: hue angle of 9.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #761706 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 6 -
CMYK 0 0.81 0.95 0.54
HSL 9.11º 0.9% 0.24% -
HSV(B) 9.11º 0.95% 0.46% -
XYZ 7.81 4.48 0.62 -
YUV 49.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 118 23 6 0 0.81 0.95 0.54 9.11 0.9 0.24
Hex 76 17 6 0 51 5F 36 9 5A 18
Octal 166 27 6 0 121 137 66 11 132 30
Binary 1110110 10111 110 0 1010001 1011111 110110 1001 1011010 11000

Color Harmonies of #761706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761706

Black with #761706

Text Example


Text Example

White with #761706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761706; }

 p { color: rgb(118,23,6); }

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

background-color css

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

 a { background-color: rgb(118,23,6); }

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

border-color css

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

 span { border-color: rgb(118,23,6); }

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